JSFiddle - React, Tailwind, and code Playground
by fkling
HTML
<a href="#">Test</a>
CSS
a {
color: black;
padding: 5px;
border: 2px outset lightgrey;
background-color: lightgrey;
text-decoration: none;
}
a:active {
border-style: inset;
}