JSFiddle - React, Tailwind, and code Playground
HTML
<form method="post" action="http://httpbin.org/post" target="_blank">
<input type="text" name="foo" value="bar" />
<input type="text" name="foo" value="baz" />
<button type="submit">
Submit
</button>
</form>