JSFiddle - React, Tailwind, and code Playground
by Ali Uygur
HTML
<h1>Sıfır</h1>
<li>Birinci</li>
<li>İkinci</li>
<li>Üçüncü</li>
<li>Dördüncü</li>
<li>Beşinci</li>
CSS
li:nth-of-type(1)
{
background:grey;
}
li:nth-of-type(3)
{
background:red;
}