JSFiddle - React, Tailwind, and code Playground
HTML
<form action="action_page.php">
Website: <input type="text" name="site" placeholder="http://example.com"><br>
Email: <input type="text" name="email" placeholder="[email protected]"><br>
<input type="submit" value="Submit">
</form>