JSFiddle - React, Tailwind, and code Playground
by locally
HTML
<form action="http://mytest.com" method="get">
<input type="text" name="myparam">
<input type="submit" value="submit">
</form>
by locally
<form action="http://mytest.com" method="get">
<input type="text" name="myparam">
<input type="submit" value="submit">
</form>