JSFiddle - React, Tailwind, and code Playground

HTML

<table><tr><td style="width: 20%; vertical-align: top; display:inline; overflow:auto;" class="tStyle"></tr></table>

CSS

.tStyle
{
    padding: 8px 2px 8px 2px;
    background-color: #d2c297;
    border-width: 2px;
    border-style: outset;

}