JSFiddle - React, Tailwind, and code Playground

by Sascha

HTML

<ul>
<li>
  <a id="test">Test link</a>
</li>
</ul>

CSS

.test a {
  color: red;
}

ul li a {
  color: blue;
}

#test