JSFiddle - React, Tailwind, and code Playground
HTML
<a class="btn" href="http://www.google.com" target="_blank"><button type="button">Link Button</button></a>
CSS
.btn {
appearance: button;
-moz-appearance: button;
-webkit-appearance: button;
-ms-appearance: button;
}