JSFiddle - React, Tailwind, and code Playground
HTML
<div id="first">
First Text
<div id="second">Second Text</div>
<span id="third">Third Text</span>
</div>
CSS
div#first {margin: 20px; color: red; background: grey;}
div#first *:not(:root) {margin-left: -20px; color: blue}