JSFiddle - React, Tailwind, and code Playground

HTML

<input id="email" name="email" placeholder="Email:" type="text" value="" size="30" aria-required="true">

CSS

#email {
  color: #393939;
font-family: "Arial";
font-size: 11px;
font-weight: 400;
background-image: url('http://puu.sh/dHTT7/045c662b2c.png');
background-repeat: no-repeat; 
padding-left: 55px;
}