JSFiddle - React, Tailwind, and code Playground

HTML

<div id="highlight">
    <div id="first">First Text</div>
    <div id="second">Second Text</div>
    <div id="third">Third Text</div>
</div>

CSS

div#highlight div:first-child{margin:10px;color:red}