JSFiddle - React, Tailwind, and code Playground

HTML

<li> 
    <div class="class">
       Text Here
    </div>
        <div class="class2">
       And also Here
    </div>
</li>

CSS

li .class2 { background-color: red; }
li:hover .class2 { background-color: green; }