JSFiddle - React, Tailwind, and code Playground

by davidxmartins

HTML

<h2 id="myTitle">This is a Title</h2>

CSS

h2 {
  font-size: 16vw;
}