JSFiddle - React, Tailwind, and code Playground
by 1eddy87
HTML
<div id="a">Div A</div>
<div>random other elements</div>
<div>random other elements</div>
<div>random other elements</div>
<div id="b">Div B</div>
CSS
#a:hover ~ #b {
background: #ccc
}