JSFiddle - React, Tailwind, and code Playground

HTML

<p class="1">1</p>
  <div class="row">row1</div>
  <div class="row">row2</div>
  <div class="row">row3</div>

CSS

div:first-of-type{
  color:red;
}