JSFiddle - React, Tailwind, and code Playground

by SpiceLab

HTML

<DIV id="Filterbox">
  <h3 class="title">
    <span>Previous Comments</span>
  </h3>
  <div>
    <Table width="100%">
      <!-- start new row -->
      <TR>
        <TD class="label">
          Step Name
        </TD>
        <TD class="label">
          Performer
        </TD>
        <TD class="label">
          Date
        </TD>
        <TD class="label">
          CommentsCommentsCommentsCommentsCommentsCommentsCommentsCommentsCommentsCommentsCommentsComments
        </TD>
      </TR>
      <!-- End new row -->
    </Table>
  </div>
</DIV>

CSS

#Filterbox {
width: 60%;
margin-left:auto;
margin-right:auto;
border-width:1px;
border-style:solid;
border-color:gray;
background-Color:white;
padding:10px 10px 10px 10px;
}