I have a list of names:
<div>Timothy Gruns</div>
<div>Lawrence Fishly</div>
<div>Jackson Crolya</div>
What I want is for the background color to change to blue when any name is hovered over. However, if no names are being hovered, I would like the first name in the list to be displayed with a blue background by default. Here's how it should look initially:
https://i.sstatic.net/kKy3r.png
If the third name was selected and hovered over, the layout should appear as follows: