JSFiddle - React, Tailwind, and code Playground
by meo
HTML
<div>this text is here but is not visible</div>
CSS
div {
width: 0; height: 0;
padding: 100px 0 0 100px;
overflow: hidden;
background: purple;
margin: 100px auto;
}