JSFiddle - React, Tailwind, and code Playground

by badfreja

HTML

<div class="test">Some text here</divdiv>

CSS

.test {
  width: 200px;
  font-size: 4vw;
}