JSFiddle - React, Tailwind, and code Playground
HTML
<div style="margin:5px;">
<a href="test.htm" class="LinkButton">Test Link Button</a>
</div>
CSS
a.LinkButton {
border-style: solid;
border-width : 1px 1px 1px 1px;
text-decoration : none;
padding : 4px;
border-color : #000000;
}