JSFiddle - React, Tailwind, and code Playground
by Alex Alex
HTML
<section>
<ul>
<li>Test</li>
<li>Test</li>
</ul>
<p>Blablabla</p>
</section>
CSS
section {{ li { color: #ccc; {&:last-child { font-weight: 800; }} } p { color: #eee; font-size: 0.875em line-height: 1.3em; } }}