JSFiddle - React, Tailwind, and code Playground
HTML
<button class='btn'>KNOPKA</button>
CSS
.btn
{
margin:10px;
border:none;
width:305px;
height:38px;
background:url(http://parkov.me/doit/button1.png);
}
<button class='btn'>KNOPKA</button>
.btn
{
margin:10px;
border:none;
width:305px;
height:38px;
background:url(http://parkov.me/doit/button1.png);
}