JSFiddle - React, Tailwind, and code Playground
HTML
<table class="table">
<tbody>
<tr>
<td>
<span class="glyphicon glyphicon-calendar" id="left-info" > 17 SEPTEMBER</span>
</td>
</tr>
</tbody>
</table>
CSS
table{
padding: 10px !important;
}
tr{
border-top: solid 10px!important;
border-top-color: #383D3D !important;
}
td{
border: solid 3px !important;
border-color: #383D3D !important;
}