JSFiddle - React, Tailwind, and code Playground

by Emir Mamashov

HTML

<table> 
  <tr><td>1</td></tr> 
  <tr><td>2</td></tr> 
  <tr><td>3</td></tr> 
</table>

CSS

html, body{height: 100%;}
table{height: 100%; width: 100%;}
table td{border: 1px solid #ddd;}