JSFiddle - React, Tailwind, and code Playground

by Steve

HTML

<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<table class="table">
  <thead>
    <tr>
      <td>asdf</td>
      <td>asdf</td>
      <td>asdf</td>
    </tr>
  </thead>
  <tbody>
      <twrap>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    </twrap>
        <twrap>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    </twrap>
    <twrap>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    <tr>
      <td>asfd</td>
      <td>adsf</td>
      <td>asdf</td>
    </tr>
    </twrap>
  </tbody>
</table>

CSS

thead tr {
  color: red;
}