JSFiddle - React, Tailwind, and code Playground

HTML

<form style="position: relative;">
    <img src="http://www.i-love-cats.com/software/Adorable-Cats-Screensaver.jpg" border="0" />
    <div style="position: absolute; left: 0px; top: 0px;"> 
       Input here... <input type="text" /><br />
       Input here... <input type="text" /><br />
       Input here... <input type="text" /><br />
       Input here... <input type="text" /><br />
       Input here... <input type="text" /><br />
       <button type="submit">Send</button>
    </div>
</div>