JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div style="height:15%; background-color:#440579; color:white;padding-top:40px;">
<span style="font-size:4vw; color: white; display:inline;font: Arial, Helvetica, sans-serif;" id="day-span">Day</span>
<span style="font-size:8vw; color: white; display:inline;font: Arial, Helvetica, sans-serif;" id="day-number-span"></span>

CSS

html, body {
  height: 100%;
}