JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

HTML

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet">
  
  
  <div class="client-box"><div class="box-header clearfix"><h6 class="pull-left">General Information</h6><button class="btn btn-small pull-right"><i class="icon-pencil"></i> Edit</button></div><p>box content</p></div>

SCSS

.client-box {
    width: 50%;
    background-color: #f5f8fd;
    border: 1px solid #aac7ef;
    .rounded(5px);
    padding: 5px;
    h6 {
        margin: 0;
        padding: 0;
    }
  margin: 3em;
}

.box-header {
    border-bottom: 1px solid #aac7ef;
    padding-bottom: 5px;
}