JSFiddle - React, Tailwind, and code Playground

HTML

<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<div role="form">

    <div class="form-group">
        <label>Username</label>
        <input type="text" class="form-control"/>
        
    </div>
    
    <div class="form-group">
        <label>Password</label>
        <input type="password" class="form-control"/>
    </div>
    
    <div class="checkbox">
        <label>
            <input type="checkbox"/> Remember Me
            </label>
        </div>
      <button class="btn-info btn pull-right">Log in</button>
</div>