JSFiddle - React, Tailwind, and code Playground
HTML
<table class="planning" id="daily">
<tr>
<td>
planning
</td>
</tr>
</table>
CSS
table.planning
{
font-size:14px;
text-align: center;
margin-right: auto;
margin-bottom: 1%;
float: left;
height: 80%;
width: 84%;
border:1px solid #000000;
background-color: #FFFFFF;
}