JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<div id="main">Main</div>
    <div id="box">Text</div>
    <div id="box1" >Text1</div>

CSS

#main:hover + #box,
#main:hover ~ #box1 {
        background-color: green;