JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

<table>
<tbody>
<tr>
<td>Viernes 14 Noviembre</td>
<td>&nbsp; &nbsp;16:30 - 20:30 h &nbsp;&nbsp;</td>
<td>&nbsp; &nbsp;Plazas disponibles &nbsp;&nbsp;</td>
</tr>
<tr>
<td>Sábado 15 Noviembre</td>
<td>&nbsp; &nbsp;10:00 - 14:00 h &nbsp;</td>
<td>&nbsp; &nbsp;Plazas disponibles &nbsp;</td>
</tr>
<tr>
<td>Sábado 15 Noviembre</td>
<td>&nbsp; &nbsp;16:00 - 20:00 h &nbsp;</td>
<td>&nbsp; &nbsp;Plazas disponibles</td>
</tr>
<tr>
<td>Domingo 16 Noviembre &nbsp;&nbsp;</td>
<td>&nbsp; &nbsp;10:00 - 14:00 h &nbsp;</td>
<td>&nbsp; &nbsp;Plazas disponibles</td>
</tr>
</tbody></table>

CSS

table {
    align: left;
    cellpadding: 5px;
    cellspacing: 2px;
}

td {
    color: F9B4B4;
    valing: center;
}