JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

HTML

<form>
    <input type="text" required="required">
    <input type="text">
    <input type="submit">
</form>