JSFiddle - React, Tailwind, and code Playground
HTML
<button class="button"><button></button>
<a href="http://www.google.com" class="button"><a></a>
CSS
.button
{
display:inline-block;
height:200px;
border:4px gainsboro outset;
background:silver;
vertical-align:middle;
padding:20px;
box-sizing:border-box;
text-decoration:none;
width:200px;
text-align:left;
}