JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<p class="par">
something
</p>

CSS

.par:nth-of-type(1){
  color:green;
}