JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://daneden.me">Some wicked website</a>

CSS

a {
    -webkit-transition: .5s ease;
    border: 5px solid transparent;
}

a:hover {
    border: 5px solid #000;
}