JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Hi there</a>

CSS

a:link {text-decoration: none;
color:darkgray;}

a:hover { color:darkgray; }

a:active { color:darkgray; } /* Don't underline links */

a:visited {color:darkgray;text-decoration: none;}