JSFiddle - React, Tailwind, and code Playground

by jasonkylefrank

HTML

<div class='wrapper'>
<table>
    <tbody>
        <tr>
            <td>
                This is a td.  It can be long.  
                This is a sentence.
            </td>
             <td>
                This is a td.  It can be long.  
                This is a sentence.
            </td>
             <td>
                This is a td.  It can be long.  
                This is a sentence.
            </td>
             <td>
                This is a td.  It can be long.  
                This is a sentence.
            </td>
        </tr>
    </tbody>
    
</table>

</div>

CSS

.wrapper {
    min-width: 1200px;
}