JSFiddle - React, Tailwind, and code Playground

HTML

<input type="button" title="Background Image" />

CSS

input[type="button"] {
      background: url('http://soft-dor.ucoz.ru/red-button-med-30.jpg') no-repeat top;
      width: 500px;
      height: 450px;      
}