JSFiddle - React, Tailwind, and code Playground

by holden321

HTML

<form method="post" action="file.php" onsubmit="alert(this.elements[0].value);return false;">
    <input class="text" type="number" name="amount" min="1" value="100" />
    <input type="submit" />
</form>