JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<div id="cont">
<p id="firstElement">Hover</p>
<p id="secondElement">Hello</p>
</div>

CSS

#cont:hover{color:#F00}