JSFiddle - React, Tailwind, and code Playground

HTML

<form action="/" id="form1" method="post">
				
    <input id="four" />
	<input id="five" />
	<input id="six" />

    <input type="submit" value="go" />
    
</form>