JSFiddle - React, Tailwind, and code Playground

HTML

<div><span><p> 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123123123123 123</p></span></div>
<div></div>

CSS

div {
    position: relative;
    margin: auto;
    width: 100px;
    min-height: 100px;
    border: 1px solid black;
}
span {
    position: absolute;
    width: 100px;
    height: auto;
    clip: rect(10px, 90px, 90px, 10px);
    background-color: black;
    }
p {
    color: white;
}