JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://csssprites.com/results/cc76656eeda0c8991f92d90edf573266/result.html"></script>
Line above<br>
<div id="timer" class='CountDownTimerIcons'>
<span id='CntDwnMinutesDigits' class='Digit1'></span>
</div>
<br>
Line Below
CSS
.CountDownTimerIcons span
{
background-image: url(http://csssprites.com/results/cc76656eeda0c8991f92d90edf573266/result.png);
width: 16px;
height: 21px;
display:block;
}
.CountDownTimerIcons .Digit1
{
background-repeat: no-repeat;
background-position: 0 -17px;
}