JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">text</div>

CSS

.foo:hover {
    color: red;
    display: none;
}