JSFiddle - React, Tailwind, and code Playground

HTML

<div id="a">Div A</div>
<div id="b">Div B</div>

CSS

#a:hover + #b {
    background: #ccc
}