JSFiddle - React, Tailwind, and code Playground
by shriek
HTML
<h2>
jesus <a href="#" class="edit"> shit</a>
</h2>
<ul>
<li>nice</li>
</ul>
CSS
h2 (a) ~ * { border: 1px solid red; }
by shriek
<h2>
jesus <a href="#" class="edit"> shit</a>
</h2>
<ul>
<li>nice</li>
</ul>
h2 (a) ~ * { border: 1px solid red; }