JSFiddle - React, Tailwind, and code Playground
by mtenschert
HTML
<script src="/bower_components/jquery.countdown/dist/jquery.countdown.js"></script>
JavaScript
// It will render correctly since the start of the plugin.
$('div#clock').countdown(finalDate, {defer: })
.on('update.countdown', function() {
// render something
})
.countdown('start');