JSFiddle - React, Tailwind, and code Playground
HTML
<div id="search">
<form>
<input type="text" value="" placeholder="Search..." name="q" autocomplete="off" class="">
</form>
</div>
CSS
#search input {
padding: 0 10px 0 29px;
color: #000;
border: none;
background: url('http://i.imgur.com/zOkOt.png') no-repeat 0 0;
width: 226px;
height:37px;
}