JSFiddle - React, Tailwind, and code Playground

by Gaurav Gandhi

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<form class="form-inline">
  <div class="form-group" style="margin-bottom:8px;">
    <label for="exampleInputName2">Name</label>
    <input type="text" class="form-control" id="exampleInputName2" placeholder="Jane Doe">
  </div><br>
  <div class="form-group" style="margin-bottom:8px;">
    <label for="exampleInputEmail2">Email</label>
    <input type="email" class="form-control" id="exampleInputEmail2" placeholder="[email protected]">
  </div><br/>
  <button type="submit" class="btn btn-default">Send invitation</button>
</form>