JSFiddle - React, Tailwind, and code Playground

by jasongennaro

HTML

<ul>
    <li>1</li>
    <li>2</li>
    <li>3</li>
    <li>4</li>
    <li>5</li>
    <li>6</li>
</ul>

CSS

li:nth-child(n+5) { background-color:blue; }