JSFiddle - React, Tailwind, and code Playground

by Jake

HTML

<h1>This is So Easy It's Stupid</h1>
<p>&larr; Drag this bar left and right and watch the header resize.</p>

CSS

h1 {
    font-size: 9vw;
}