JSFiddle - React, Tailwind, and code Playground
by kthornbloom
HTML
<div id="test">
<span>
another test
</span>
<p>
last test
</p>
</div>
CSS
#test p:first-child {
background: red;
}
by kthornbloom
<div id="test">
<span>
another test
</span>
<p>
last test
</p>
</div>
#test p:first-child {
background: red;
}