JSFiddle - React, Tailwind, and code Playground
by silb3r
HTML
<input type="text" placeholder="test">
CSS
input {
border: none;
margin: 0;
padding: 0;
width: 20%;
height: 43px;
background-image: url("http://i.imgur.com/rY03YG5.png");
background-size: 100% 43px;
background-position: 0 0;
background-repeat: no-repeat;
}