JSFiddle - React, Tailwind, and code Playground

by Sulthan Allaudeen

HTML

<div class="container">
<h1>Nisha's Login Code </h1>
<input type ='text'>
<input type ='password'>
<input type ='submit'>

<div class="alert">
    <a class="close" data-dismiss="alert"><i class="icon-remove"></i></a>
    <strong>Warning !</strong>Invalid Username or Password.
</div>
</div>