G-Loot DS — countdown with labels
by Augustin Hiebel
HTML
<div className="countdown text-5xl justify-center gap-2">
<span style={{ "--value": "24" }} />
<small className="text-ui-300 font-headings italic font-bold text-xl">hours</small>
<span style={{ "--value": "60" }} />
<small className="text-ui-300 font-headings italic font-bold text-xl">minutes</small>
<span style={{ "--value": "60" }} />
<small className="text-ui-300 font-headings italic font-bold text-xl">seconds</small>
</div>