JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box" >
        text    
</div>

CSS

#box {
                min-width: 800px;
                max-width: 1200px;
                margin: auto;
                height: 1000px;
                background: red;
            }