JSFiddle - React, Tailwind, and code Playground
by Pik_at
HTML
<button>Hello</button>
CSS
button{
height : 80px;
line-height : 80px;
border : none;
color : #fff;
font-size : 24px;
background-image : url(http://piratesdeaudouce.com/img/iconTitleContact.png);
background-repeat : no-repeat;
padding : 0 70px 0 10px;
background-position : right center;
background-color : #789;
border-right : 10px solid #789;
}