In line, no 3 backtick seems not working here.
<span className="num item `${key}`">
Object.keys(formatted).map((key) => (
<div className="countDown bordered">
<span className="num item `${key}`">{formatted[key]}</span>
<span>{key}</span>
</div>
))