JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<div>Hello</div>

CSS

div {
  min-width: 40rem;
  max-width: 20rem;
  width: 30rem;
  box-sizing: border-box;
  background: firebrick;
}