JSFiddle - React, Tailwind, and code Playground
by Chuan Shao
HTML
<form method="GET" action="https://example.org/api">
<input id="summary" type="text" name="summary">
<input id="description" type="text" name="description">
<input type="submit" value="Submit">
</form>