JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

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>