JSFiddle - React, Tailwind, and code Playground
by lollero
HTML
<ul class="content-message">
<li>xx</li>
</ul>
CSS
h2:last-child, p:last-child, ul:last-child {
background: red;
}
ul.content-message {
background: green;
}
by lollero
<ul class="content-message">
<li>xx</li>
</ul>
h2:last-child, p:last-child, ul:last-child {
background: red;
}
ul.content-message {
background: green;
}