Dash buttons with hover

What is the best way to create a button that has a dropdown menu when you hover over top of it in Dash?

I see how to do it in html. How To Create a Hoverable Dropdown Menu

But I’m not sure how to translate this to Dash.

For example, say I wanted to create a button “Home” that linked to google.com but if you hover top there is a drop down with two options. “Yahoo” that linked to yahoo.com and “Bing” that links to bing.com.