JSFiddle - React, Tailwind, and code Playground
HTML
<a class="botao" href="#">Contrate agora</a>
CSS
.botao { background:url(http://testetabela.esy.es/botoes.png) 0 0;
color: #fff;
padding:10px;
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 transparent;
-moz-box-shadow: 0 1px 0 transparent;
-webkit-box-shadow: 0 1px 0 transparent;
position:relative;
font-family: Tahoma, Geneva, sans-serif;
z-index:0;
}
.botao:hover { background:url(http://testetabela.esy.es/botoes.png) -8px 0;
}