JSFiddle - React, Tailwind, and code Playground

by GolezTrol

HTML

<div class="tablecontainer">
    <table><tr><td>Test!</td></tr></table>
</div>

CSS

div.tablecontainer {
  padding: 36px;
  background-color: blue;
}

.tablecontainer table {
  width: 100%;
  background-color: yellow;
}