JSFiddle - React, Tailwind, and code Playground

by Giampaolo Tenti

HTML

<ul></ul>
<ul>
<li>....</li>
<li>....</li>
<li>....</li>
</ul>

CSS

ul:not(:empty) {
    color:red;
}