JSFiddle - React, Tailwind, and code Playground
by dirkk0
HTML
<h1>Countdown.js</h1>
CSS
@font-face {
font-family: 'LeagueGothicRegular';
src: url('fonts/League_Gothic-webfont.eot'); /* IE9 Compat Modes */
src: url('fonts/League_Gothic-webfont.eot?iefix') format('eot'), /* IE6-IE8 */
url('fonts/League_Gothic-webfont.woff') format('woff'), /* Modern Browsers */
url('fonts/League_Gothic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/League_Gothic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
h1 {
font-size: 1000%;
text-align: center;
text-shadow: 0px -1px 1px silver;
white-space: nowrap;
color: #999;
font-family: LeagueGothicRegular, 'League Gothic', "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Tahoma, Arial, sans-serif;
text-decoration: none;
}