JSFiddle - React, Tailwind, and code Playground

by Artem

HTML

<a class="one" href="#">Link one</a>
<br>
<a class="two" href="#">Link two</a>

CSS

a:any-link {
  color: violetblue;
}