JSFiddle - React, Tailwind, and code Playground
by sdgluck
HTML
<form name="login">
<input type="text" name="username" />
<input type="password" name="password" />
<input type="submit" value="Submit" />
</form>
by sdgluck
<form name="login">
<input type="text" name="username" />
<input type="password" name="password" />
<input type="submit" value="Submit" />
</form>