JSFiddle - React, Tailwind, and code Playground
HTML
<table border=0>
<tr>
<td>
<table border=1>
<tr>
<td>左表格</td>
</tr>
</table>
</td>
<td>
<table border=1>
<tr>
<td>左表格</td>
</tr>
</table>
</td>
</tr>
</table>
CSS
@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');