JSFiddle - React, Tailwind, and code Playground

by f0t0n

HTML

<table style="width: 400px;" border="1" cellpadding="7" cellspacing="0">
    <tr>
        <td>Start - End of Event "A"</td>
        <td>Name, Venue, Presenter, Departure, Arrival, etc.</td>
        <td>Reprtoire</td>
    </tr>
    <tr>
        <td colspan="3">
            Comments and notes
        </td>
    </tr>
</table>
<br>
<table style="width: 400px;" border="1" cellpadding="7" cellspacing="0">
    <tr>
        <td>Start - End of Event "B"</td>
        <td>Name, Venue, Presenter, Departure, Arrival, etc.</td>
        <td>Reprtoire</td>
    </tr>
    <tr>
        <td colspan="3">
            Comments and notes
        </td>
    </tr>
</table>