JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" size="40">

CSS

input {
    padding-left: 20px;
    background-image: url("http://sevas.com.ua/images/zoom.jpeg");
    background-repeat: no-repeat;
    background-size: contain;
}