JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

HTML

<div class="countdown">dedi</div>

JavaScript

/* setInterval(function(){ $('.countdown').append("Hello"); }, 3000); */

setTimeout(function(){
  $('.countdown').remove();
}, 86400000);