JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hi">
    One
</div>
<div class="hi">
    Two
</div>
<div class="hi">
    Three
</div>
<div class="hi">
    Four
</div>

CSS

.hi:nth-of-type(1) {
    background-color: blue;
}