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; }