JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

A {
    color: #999;
   
    transform: rotate(780deg)scale(0.5,0.5);  transition: 5s;
}

A:hover {
    color: #000;
}