JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<p> a sentence</p>
<table>
<tr>
  <td>46</td>
</tr>
</table>

CSS

@media(max-width:500px){
  table{
    float:left;
    width:100%;
  }
  p{
    display:inline-block;
    margin:0;
  }
}