JSFiddle - React, Tailwind, and code Playground

by Jatin Patil

HTML

<form id="f1" action="contact.php" method="post">
   Your Name: 
   <input type="text" name="cf_name" /><br/>
   Your e-mail:
   <input type="email" name="cf_email"/><br/>
   Message:<br/>
   <textarea form="f1" name="cf_message"></textarea><br/>
   <input type="submit"  value='Send'/>
   <input type="reset" value="Clear"/>
</form>