JSFiddle - React, Tailwind, and code Playground
by Mitch Canter
HTML
<ul>
<li class="special">I'm Special!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
<li>I'm not!</li>
</ul>
CSS
li:nth-child(3n-1){
color: red;
}