JSFiddle - React, Tailwind, and code Playground

by littlesandra88

HTML

<table class="actList">
    <tr>
        <th> a </th> <th> a </th> 
    </tr>
    <tr>
        <td> a </td> <td> a </td> 
    </tr>
</table>

CSS

.actList {
    background-color: rgb(235, 239, 249);
    width: 100%;
}

th.activity-header, th.actList { text-align: left; font-weight: normal; padding: 0.4em 1em 0.4em 0.3em; }