JSFiddle - React, Tailwind, and code Playground

HTML

<div id="something">
    some text
</div>

CSS

#something {
    width: 97%;
    height: 300px;
    border: 1px solid red;
    position: absolute;
    top: 0;
    margin: auto;
}