JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<div id="myid">
    Lorem ipsum dolor sit amet adipising consectetor blah blah <span id="mytext">HEY YEAH WOO</span> blah blah blah
</div>

CSS

div {
    padding: 1em;
    background: gainsboro;
}

#myid:hover #mytext {
    text-decoration: underline;
}