JSFiddle - React, Tailwind, and code Playground

by Premchand R

HTML

<table style="width:100%; table-layout:fixed">
    <tr>
        <td style="width: 150px">Hello, World!</td>
        <td>
            <div>
                <pre style="margin:0; overflow:scroll"></pre>
            </div>
        </td>
    </tr>
</table>