JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="Pesquisar.." />

CSS

input[type="text"]{
    padding: 10px;
    background-color: #fff;
    font: 12px Lucida, Verdana, sans-serif;
    color: #999;
    border: #ddd 1px solid;
    border-radius: 3px;
    background: #fff url(https://cdn1.iconfinder.com/data/icons/bijou/10/Search.png) no-repeat 90% center;
}