JSFiddle - React, Tailwind, and code Playground

by Seany84

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css">
<p>
  Button inside well:
</p>
<div class="well">

      <!-- Button -->
      <div class="form-group">
         <label class="col-md-4 control-label" for="singlebutton"></label>
         <div class="col-md-4 center-block">
            <button id="singlebutton" name="singlebutton" class="btn btn-primary center-block">
                Next Step!
             </button>
         </div>  
      </div>
    
  </div>