JSFiddle - React, Tailwind, and code Playground

by Kondal Durgam

HTML

<div class="grid">
    <tabel>
        <thead>   <tr>
            <th>
              SEP 2015
            </th>
          </tr>
        </thead>
    </tabel>
</div>

CSS

.grid{
  margin : 0 auto;
  max-width:950px;
  background:#ebebeb;
}