JSFiddle - React, Tailwind, and code Playground

HTML

<div id="div1"></div>

CSS

#div1 {
    min-width:400px;
    width:100%;
    max-width:1200px;
    height:400px; 
    background-color:red;
}