JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<div data-role="page">
    <div data-role="header"></div>
    <div data-role="content">
        <input  type="text" placeholder="Enter some text"/>
         <input  type="password" placeholder="Enter Password"/>
        <input type="button" value="Login"  />
    </div>
</div>