JSFiddle - React, Tailwind, and code Playground

by serio

HTML

<div id='icanhazresize'></div>

CSS

#icanhazresize
{
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
}