I noticed there is no documentation on MaterialUI's website in regard to changing the underline color of their Tabs component...
This property can be changed with the inkBarStyle props:
<Tabs inkBarStyle={{backgroundColor: '#e77600'}}>
<Tab label='Tab 1'/>
<Tab label='Tab 2'/>
</Tabs>