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;
}
by Artem
<a class="one" href="#">Link one</a>
<br>
<a class="two" href="#">Link two</a>
a:any-link {
color: violetblue;
}