JSFiddle - React, Tailwind, and code Playground

by Alexander Branchugov

HTML

<form method="post">
<input name="login" type="text" />
<input name="password" type="password" />
<input type="submit" value="send" />
</form>