JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<th>Test</th>
<th>Status</th>
<th>DateTime</th>
<th>Blank Lines</th>
</tr>
<tr>
<td>TestNameHere</td>
<td>PASSEd cccc</td>
<td>20140730 15:13:13</td>
<td>1,3,5,2,7,9</td>
</tr>
</table>
CSS
p {margin: 0em 0 0em 0;}
th {color: blue; text-align: left;}
tr {color: black;text-align: left;}
td {width: 100px; overflow: hidden;}
table {font-size:125%;}