JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Example</a>

CSS

A {
    color: #999;
    transition: color 1s ease-in-out;
}

A:hover {
    color: #000;
}