JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://jasny.github.com/bootstrap/assets/css/bootstrap.css">
<table id="viewAll" class="table tablesorter">
  <thead>
    <tr>
      <th>Product</th>
      <th>PBI</th>
      <th>Status</th>
      <th>Summary</th>
      <th>Record Created</th>
      <th>Record Updated</th>
    </tr>
  </thead>
  
  <tbody>
    <tr>
      <th>Subducam mansurum</th>
      <th>Scripturas diversitas</th>
      <th>False</th>
      <th>Unam agi cur illo qua idea mali olim</th>
      <th>2012/08/13</th>
      <th>2012/10/02</th>
    </tr>
  </tbody>
</table>

CSS

table.tablesorter > thead {
  background-image: url('http://www.placehold.it//1000X200/ffe23/ff23')
}