JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<form>
    <label>Name: </label><input type="text" required><br>
    <label>Email: </label><input type="email"><br>
    <input type="submit">
</form>