JSFiddle - React, Tailwind, and code Playground
by GRMule
HTML
<h2>Post this form and go to the result URL to see results.</h2>
<form action="http://posttestserver.com/post.php?dir=posttest" method="post">
<input name="text1" type="text" value="test" disabled>
<input name="text2" type="text" value="test">
<input type="submit" />
</form>