JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">pre-hover stuff
    <div>Stuff</div>
</div>

CSS

.foo > div { display: none; }
.foo:hover > div {display: block; }