JSFiddle - React, Tailwind, and code Playground

HTML

<div class="search">
    <input type="text">
</div>

CSS

.search {
    background:#fff url(https://lh4.googleusercontent.com/-EllJnywnmlY/UAaKJYSYYMI/AAAAAAAABUU/IaRo-yUcRmc/s235/search.png) no-repeat left top;
    width: 235px;
    height:29px;
}
.search input[type=text] {
    border:0;
    width:190px;
    height:23px;;
    background: transparent;
    padding: 3px 35px 3px 15px;
}