JSFiddle - React, Tailwind, and code Playground
by George Batt
HTML
<img src="http://dummyimage.com/100x130/000/fff" />
<form>
<input type="text" placeholder="1" name="1" />
<input type="text" placeholder="2" name="2" />
<input type="submit" />
</form>
CSS
img{float:left}
form{overflow:hidden; text-align:center;}