JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div> I am first div </div>
<div> I am second div </div>
<div> I am third div </div>
<div> I am last div </div>
<h1> Simple program</h1>

CSS

div:nth-last-of-type(2){
    color:red;
}