JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

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