JSFiddle - React, Tailwind, and code Playground

HTML

<a href="https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D1%88%D0%BA%D0%B0">Link</a>

CSS

a:link {
  color: purple;
}

a:visited {
  color: red;
}

a:hover {
  color: green;
}