JSFiddle - React, Tailwind, and code Playground

by Mark Polyakov

HTML

<span id="bignums">12:43</span>

CSS

html{
    height:100%;
}
body{
    height:100%;
}
#bignums{
    height:100%;
    font-size:30000%;
}