JSFiddle - React, Tailwind, and code Playground

HTML

<div style="display: table;">
        <div style="display: table-row;">
            <div style="display: table-cell; width:300px;">csdcs<br /><br /></div>
            <div style="display: table-cell;width:300px;">Row 1, Cell 1</div>
            <div style="display: table-cell;width:300px;">Row 1, Cell 1</div>
        </div>
        <div style="display: table-row;">
            <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
            <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
            <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
              <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
            <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
            <div style="display: table-cell;width:300px;">Row 2, Cell 1</div>
        </div>
    </div>