JSFiddle - React, Tailwind, and code Playground
HTML
<input type="submit" name="submit" value="Сохранить" id="save_thumb" class="green-button-right">
CSS
.green-button-right {
display: table-cell;
height: 20px;
background: url(http://webprint.digitalstream.ws/themes/webprint_user/images/new_albom_02.gif) 100% 0 no-repeat;
border: none;
color:#fff;
font-size: 12px;
font-weight: bold;
vertical-align:middle;
padding:0px 5px;
cursor: pointer;
margin-left: 4px;
}