JSFiddle - React, Tailwind, and code Playground

by Sergey Linnick

HTML

<div>
  <p>This is paragraph 1</p>
  <p class="special">This is paragraph 2</p>
  <p class="special">This is paragraph 3</p>
</div>

CSS

div :nth-child(1 of p.special) { color: green; }