JSFiddle - React, Tailwind, and code Playground

by jimkennelly

HTML

<form method="get">

Enter last name<br>
<input id="name" name="name" maxlength="3">
<input type="submit">
</form>