JSFiddle - React, Tailwind, and code Playground
by RichieHindle
HTML
<div><span>One</span> <b>1</b></div>
<div class='current'><span>Two</span> <b>2</b></div>
<div><span>Three</span ><b>3</b></div>
CSS
.current * {
background-color: yellow;
}