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;
}
by RichieHindle
<div><span>One</span></div>
<div class='current'><span>Two</span></div>
<div><span>Three</span></div>
.current span {
background-color: yellow;
}