JSFiddle - React, Tailwind, and code Playground

by Wisdom Abioye

HTML

<body >
    <div id="1" style="overflow:auto;">
      <table cellpadding="4"  style="font-size:400%; float:right; width: 250px; border:solid 1px #AAAAAA;">
        <tbody>
          <tr>
            <th>Lorem</th>
          </tr>
        </tbody>
      </table>
      <div style="display:table; text-align:justify">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        <div style="text-align: right;">[Lorem]</div>
      </div>
    </div>
    <div style="width=100%">
      <table cellpadding="4"  style="font-size:400%; float:right; width: 250px; border:solid 1px #AAAAAA;">
        <tbody>
          <tr>
            <th>Lorem</th>
          </tr>
        </tbody>
      </table>
      <div style="display:table; text-align:justify; text-indent:; padding-left:0; padding-right:0;">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        <div style="text-align: right;">[Lorem]</div>
      </div>
    </div>
  </body>