JSFiddle - React, Tailwind, and code Playground
by Jake
HTML
<h1>This is So Easy It's Stupid</h1>
<p>← Drag this bar left and right and watch the header resize.</p>
CSS
h1 {
font-size: 9vw;
}
by Jake
<h1>This is So Easy It's Stupid</h1>
<p>← Drag this bar left and right and watch the header resize.</p>
h1 {
font-size: 9vw;
}