JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    border: 1px solid red;
    height: 100px;
    width: 100%;
    min-width: 400px;
    max-width: 1000px;
}