JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Простая ссылка</a>

CSS

a:hover {
  color: red;
}