JSFiddle - React, Tailwind, and code Playground

by B L Praveen

HTML

<table style="width:100%">
<tr>
  <td style="width:70%">
    <div style="height:300px;background-color:green;">
    
    </div>
  </td>
  <td>
  <div style="display:flex:flex-direction:column;align-items:stretch">
  
  
  <div class="col1">
    Top col
    </div>
    <div class="col2">
     power by
    </div>
    </div>
  </td>
</tr>
</table>