JSFiddle - React, Tailwind, and code Playground
by darkajax
HTML
<div id="thing" class="classes">My Name</div>
CSS
#thing { color: red; }
#thing:hover { color: blue; }
by darkajax
<div id="thing" class="classes">My Name</div>
#thing { color: red; }
#thing:hover { color: blue; }