JSFiddle - React, Tailwind, and code Playground
HTML
<span id="bignums">12:43</span>
CSS
html{
height:100%;
}
body{
height:100%;
}
#bignums{
height:100%;
font-size:30000%;
}
<span id="bignums">12:43</span>
html{
height:100%;
}
body{
height:100%;
}
#bignums{
height:100%;
font-size:30000%;
}