JSFiddle - React, Tailwind, and code Playground
HTML
<ul></ul>
<ul>
<li>....</li>
<li>....</li>
<li>....</li>
</ul>
CSS
ul:not(:empty) {
color:red;
}
<ul></ul>
<ul>
<li>....</li>
<li>....</li>
<li>....</li>
</ul>
ul:not(:empty) {
color:red;
}