JSFiddle - React, Tailwind, and code Playground

by WILLIAM CORREA

HTML

<ul><li><a href="" class="rola">Teste</a></li></ul>

CSS

a {
  color: red;
}

ul li a {
  color: green;
}

.rola {
  color: yellow;
}