I have implemented two material ui buttons on my page.
<Button variant="contained">Apply</Button>
<Button variant="contained">Remove</Button>
I am looking to add some functionality where a description of what each button does appears when I hover over them. Additionally, when a user clicks on one of the buttons, I want the text to become bold.