JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="text" class="recherche" placeholder="Mon texte" />
</form>
CSS
.recherche {
background: url('http://www.piscine-terrasse-et-compagnie.com/uploads/images/rch_loupe.png') right no-repeat;
font-size: 11px;
height: 20px;
line-height: 20px;
margin: 0;
padding-right: 20px;
border: #CCC 1px inset;
}