JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" type="submit" class="">
Enviar Mensagem
</a>
CSS
a {
color: #333;
position: relative;
text-decoration: none;
display:inline-block;
}
a:hover:before{
content: '';
width: 10px;
height: 3px;
position: absolute;
left: 0;
bottom: -2px;
background: #F2822C;
}