JSFiddle - React, Tailwind, and code Playground

HTML

<div>Hello!</div>

CSS

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: red;
    color: white;
    height: 0;
    overflow: hidden;
}