JSFiddle - React, Tailwind, and code Playground
by Vallek
HTML
<div class="box"></div>
CSS
.box {
background-color: violet;
height: 300px;
width: clamp(300px, 50%, 400px);
}
by Vallek
<div class="box"></div>
.box {
background-color: violet;
height: 300px;
width: clamp(300px, 50%, 400px);
}