JSFiddle - React, Tailwind, and code Playground

by megafiddler

HTML

<div class="ss">Try resizing the frame</div>

CSS

.ss
{
  width: 30vw;
  height: 15vw;
  border: solid 1px #f00;
}