JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<div class="container">
<div class="row-fluid">
<div class="span12">
<table class="table table-striped">
<tr>
<td>Label:</td>
<td><input class="span12" type="text" /></td>
<td><input class="span8" type="text" /></td>
</tr>
<tr>
<td>Label:</td>
<td><input class="span8" type="text" /></td>
<td><input class="span8" type="text" /></td>
</tr>
</table>
</div>
</div>
</div>