JSFiddle - React, Tailwind, and code Playground
HTML
<a class="text-link" href="URL" target="_blank" data-role="none"><span>Click me</span></a>
CSS
.text-link{color:#000;font-family: "Tahoma";
font-size:26px;
}
.text-link:hover{
/* text-decoration-style:dotted; */
color:#333;
font-size:32px;
}