JSFiddle - React, Tailwind, and code Playground

by vals

HTML

<div class="Bar" > 
        <table width="100%">
            <tr>
                <td width="20%">aaaaaaaaaaaa</td>
                <td width="20%">
                                   </td>
                <td width="20%">aaa
                                  </td>
                <td width="20%">
                                   </td>
                <td width="20%">

                </td>
            </tr>
        </table>
    </div>

CSS

.Bar table tr td
{
    background-color:Maroon;
color: white;
    }