JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://harshen.github.io/jquery-countdownTimer/jquery.countdownTimer.min.js"></script>
<link rel="stylesheet" href="http://harshen.github.io/jquery-countdownTimer/CSS/jquery.countdownTimer.css">
<div id="counter"></div>
JavaScript
$("#counter").countdowntimer({
hours : 3,
minutes : 10,
size : "lg"
});