JSFiddle - React, Tailwind, and code Playground

by jonwang

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<table class="table table-bordered">
<thead>
<tr>
  <th align="left">Left align</th>
  <th align="right">Right align</th>
  <th align="center">Center align</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="left">This</td>
  <td align="right">This</td>
  <td align="center">This</td>
</tr>
</tbody>
</table>