JSFiddle - React, Tailwind, and code Playground

by mumptastic

HTML

<a href="#" class="button">LINK</a>

CSS

a{
 font-size:10em;   
 text-decoration:none;
}
.button:active {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5);
}