JSFiddle - React, Tailwind, and code Playground

by RichieHindle

HTML

<div><span>One</span></div>
<div class='current'><span>Two</span></div>
<div><span>Three</span></div>

CSS

.current span {
    background-color: yellow;
}