JSFiddle - React, Tailwind, and code Playground

by bgrins

HTML

<div>
    Set :hover in markup view on the div element, then click on this text node or the head tag in the markup view.
</div>

CSS

div:hover {
color: red;
}