JSFiddle - React, Tailwind, and code Playground
HTML
<center>
<a href="/" class="knopka">Кнопка</a>
</center>
<style>
.knopka{
background: url("http://i.imgur.com/0n5iuFc.png") repeat-x;
color: #fff;
font-size: 16px;
font-weight: bold;
max-width: 220px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px 0 20px;
text-align: center;
text-shadow: 0 1px 0 #000;
text-transform: none;
//
height:40px;
display: block;
}
</style>