JSFiddle - React, Tailwind, and code Playground
by timmah
HTML
<input type="text" class="search">
CSS
.search {
padding:10px;
border:none;
background: #f2f2f2;
background-image:url(https://cdn0.iconfinder.com/data/icons/30_Free_Black_ToolBar_Icons/40/Black_Search.png);
background-repeat: no-repeat;
background-position:right;
}