JSFiddle - React, Tailwind, and code Playground

by Julien Etienne

HTML

<div>Hello How Are You World</div>

CSS

div{
  font-size: calc(2vw + 1px);
}