JSFiddle - React, Tailwind, and code Playground
by Peter
HTML
<label for="username">Username</label>
<input autofocus id="username" name="username" placeholder="Username" type="text" />
<label for="password">Password</label>
<input id="password" name="password" placeholder="Password" type="password" />