JSFiddle - React, Tailwind, and code Playground

by trkli

HTML

<div class="wrap">
  <div class="element">1</div>
  <div class="el">2</div>
  <div class="el">3</div>
</div>

CSS

.el:first-of-type {
  color: red;
}