JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<a href="#">Blabla</a>
CSS
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
color: #000000;
cursor: pointer;
}
a{
font-size: 28px;
}
a:hover {
text-shadow: 0 0 1px black;
}