<input type="button" value="Nice" />
<input type="button" value="Ugly"
style="background-image:url('https://i.stack.imgur.com/M8lk7.png');
background-repeat:no-repeat;
background-position:left center;
padding-left:150px;
height:160px" />
Have a look: https://jsfiddle.net/pbgmzp7j/
Is there a workaround?
Try it without the input and use button
JSFiddle