JSFiddle - React, Tailwind, and code Playground
by angry_bender
HTML
<ul class='alien'>
<li> me default </li>
<li> me red </li>
</ul>
<ul>
<li> me default </li>
<li> me red </li>
</ul>
CSS
.alien {
color: red;
}
ul {
color: blue;
}