JSFiddle - React, Tailwind, and code Playground

by zainshaikh

HTML

<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.css">
 <div class="container">
  <form class="bs-example" role="form">
      <div class="form-group">
        <label for="exampleInputEmail1">Email address</label>
        <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
      </div>
      <div class="form-group">
        <label for="exampleInputPassword1">Number</label>
        <input type="number" class="form-control" id="exampleInputPassword1" placeholder="Number">
      </div>
      <button type="submit" class="btn btn-default">Submit</button>
    </form>
  </div>