I am attempting to customize the appearance of MUI Tabs to achieve a design similar to the image below: https://i.sstatic.net/tBS1K.png
I have created a sample code example in a codesandbox environment. You can view it here: Codesandbox Example. In this example, I want the bottom border to span 100% of the tab width, but for the selected tab, I would like to remove the bottom border and add borders to the top, left, and right sides instead. The box shadow is not a major concern for me. Thank you in advance!