JSFiddle - React, Tailwind, and code Playground
HTML
<div id="myelement">
My Element
<div id="myelementchild">My Element Child</div>
</div>
CSS
#myelement:hover #myelementchild {background-color: blue;}
<div id="myelement">
My Element
<div id="myelementchild">My Element Child</div>
</div>
#myelement:hover #myelementchild {background-color: blue;}