JSFiddle - React, Tailwind, and code Playground

by bakhshi

HTML

<table>
    <tr>
        <td></td>
        <td></td>
    </tr>
</table>

CSS

table {
    table-layout:fixed;
    border:solid 1px blue;
    width:100%;
    height: 100px;
}
td {
    width:50%;
    border:solid 1px red;
    background-image: url(http://www.clipartbest.com/cliparts/di7/joz/di7jozr7T.svg);
}