JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="text" placeholder="Type answer...">
<input type="text" placeholder="Type answer...">
<input type="text" placeholder="Type answer...">
<input type="text" placeholder="Type answer...">
<input type="text" placeholder="Type answer...">
</form>
CSS
input[type="text"]{
width:82%;
margin:10px 0px 10px 0px;
height:35px;
background-image: url('http://www.drak.cz/web/templates/rt_maelstrom_j15/images/icons/otaznik.png');
background-repeat: no-repeat;
background-position: 95% 50%;
}