JSFiddle - React, Tailwind, and code Playground

by mattography

HTML

<label for="login-username">Email</label>
				<input type="text" class="text-input" id="myknovel-login-username" name="username"/>
				<label for="login-password">Password</label>
				<input type="password" class="text-input" id="myknovel-login-password" name="password"/>
				 (<a href="<?php echo $sitemap->Forgot_Password ?>" target="_parent">Forgot password?</a>)
				<img src="/web/images/action-loading.gif?v=<?php echo $UIDEV_CONF->VERSION; ?>" class='ajax-loader' style="display: none;" />
				<div class="myknovel-login-actions" style="display: inline-block;">
					<input type="submit" id="myknovel-login-submit" value="Sign In">
					<label class='remember-me-field'><input type="checkbox" id="remember-me">Remember Me</label>
				</div>
				<div id="sso-login-link">
					<a href="#">Normally Login through another site?</a>
				</div>

CSS

a:focus {
    background: yellow;
}