JSFiddle - React, Tailwind, and code Playground

HTML

<div><p>Resize me!</p></div>

CSS

div {
    margin: 0 auto;
    width: 80%;
    height: 500px;
    background: mediumSeaGreen;
}

p {
    
}