JSFiddle - React, Tailwind, and code Playground

by markallgood

HTML

<link rel="stylesheet" href="https://m.ent.com/mb/App_Themes/EntMobile/stylesheet.css">
<div style="padding:10px;"
<b>A table</b>
<table width="100%" class="table_data">
    <tr><td></td></tr>
    <tr>
        <td>
            <div class="row">
                Testing Row 1
            </div>
        </td>
    </tr>
    <tr>
        <td>
            <div class="row alert">
                <div class="title">05/03/2012</div>
                <div class="text">1133</div>
                <br class="clear" />
                <div class="desc single">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ultricies placerat libero ac cursus. Integer vitae velit ante.</div>
            </div>
        </td>
    </tr>
    <tr>
        <td>
            <div class="row">
                Testing Row 2
            </div>
        </td>
    </tr>
</table>
</div>