JSFiddle - React, Tailwind, and code Playground

by Jimmy Sawczuk

HTML

<!-- change the e-mail address to something that you can log into and get posts -->
<form method="post" action="mailto:[email protected]">
    Your name: <input type="text" name="name"><br />
    Comment:<br />
    <textarea rows="6" cols="30"></textarea>
    <br />
    <input type="submit" value="Submit" />
</form>