JSFiddle - React, Tailwind, and code Playground

by Michael Baas

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">
<div>
  <table class="table table-sm table-borderless">
    <thead>
      <tr>
        <th id="c11" style="width: 17%;max-width: 19%;"><span class="font-weight-normal">Significance</span></th>
        <th id="c12" style="width: 17%;max-width: 19%;padding-right:0!important;"><input id="cnt12" class="font-weight-normal form-control text-right d-inline" max="100" min="0" name="cnt12" step="0.00001" type="number" value="0.05">
        </th>
        <th id="postCol1" style="padding:0 0 12px 0!important;width:1.1em;max-width:1.1em;"><span>%</span></th>
        <th id="c13" style="width: 17%;max-width: 19%;"><span class="font-weight-normal">SampleSize</span></th>
        <th id="c14" style="width: 17%;max-width: 19%;"><span class="font-weight-normal">Mean</span></th>
        <th id="c15" style="width: 17%;max-width: 19%;"><span class="font-weight-normal">Std Dev</span></th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="c21"><span>Sample</span></td>
        <td id="c22" style="padding-right:0!important;"><span style="width: 307px;"><input style="background: rgb(241, 241, 241); position: absolute; display: none; width: 307px;"><select id="cnt22" class="form-control" name="cnt22"><option>{NEW ELEMENT}</option><option disabled="disabled" selected="selected">[Select]</option><option value="Car">Car</option><option value="Family">Family</option><option value="HealthCare">HealthCare</option><option value="Height">Height</option><option value="Marriage">Marriage</option><option value="Pot">Pot</option><option...

CSS

.row {
  background: #f8f9fa;
  margin-top: 20px;
}

.col {
  border: solid 1px #6c757d;
  padding: 10px;
}