JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">

<span>1</span>
<p>2</p>
<div>3</div>



</div>

CSS

.foo *{background:red}