JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    min-height: 300px;
    background-color: #ccc;
}

@media (max-width: 320px) {
    div {
        min-height: 200px;
    }
}