JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<ul>
  <li><a href="#" class="example">test</a></li>
</ul>

CSS

.example { color: yellow }
ul li a { color: blue }