JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">
<h3>Hello</h3>
<p>test paragraph</p>
and this fails to be selected
</div>
CSS
#content * {
background-color: green;
padding:10px;
color:#FFF;
}
<div id="content">
<h3>Hello</h3>
<p>test paragraph</p>
and this fails to be selected
</div>
#content * {
background-color: green;
padding:10px;
color:#FFF;
}