JSFiddle - React, Tailwind, and code Playground
by orthosie
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.min.css">
<br/>
<table class="table table-condensed">
<thead>
<tr><th>h1</th>
<th>h2</th>
<th>h3</th></tr>
</thead>
<tbody>
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr><td>4</td><td>5</td><td>6</td></tr>
<tr><td>7</td><td>8</td><td>9</td></tr>
</tbody>
<table>
CSS
.table td, .table th {
border: none;
}
table.table.table-condensed {
border: 1px solid black;
}