JSFiddle - React, Tailwind, and code Playground

by Claudius

HTML

<form action="?foo">
    <input placeholder="Enter mail" type="email" name="email" required='required' />
    <input type="submit" />
</form>