JSFiddle - React, Tailwind, and code Playground

HTML

<div class="abc"><a>dfd</a></div>
<div class="abc"><a>rytry</a></div>

CSS

div:nth-of-type(1)  {
   color: white;
 }