JSFiddle - React, Tailwind, and code Playground
HTML
This z index work in all browsers
<input type="text" style="text-indent:-40px; display:block; line-height:1px;" value="Test indent" />
<br/><br/><br/><br/>
This z index work not work ie7 and ie6
<input type="text" style="text-indent:-40px; display:block;" value="Test indent" />