JSFiddle - React, Tailwind, and code Playground

HTML

<a class="searchresult">Text</a>

CSS

a.searchresult
{
font-family:Trebuchet MS;
font-size:20px;
text-align:center;
color:blue;
margin:0;
padding:0;
width:300px;
    border: thin solid black;
    display:block;
}