JSFiddle - React, Tailwind, and code Playground

by bthorn

CSS

.table-light {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-light td,
.table-light th {
  padding: 5px
}

.table-light td {
  border-top: 1px silver solid
}

.table-lighter {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.table-lighter td,
.table-lighter th {
  padding: 5px
}

.table-lighter td {
  border-top: 1px silver solid
}