JSFiddle - React, Tailwind, and code Playground
by Bacco
HTML
<input type="submit" name="idPessoa" id="idPessoa" class="meulink" value="teste">
CSS
.meulink {
display:inline;
background:transparent;
text-decoration: underline;
border: none;
cursor: pointer;
color: #00f;
}