JSFiddle - React, Tailwind, and code Playground

by mohammadAdil

JavaScript

setInterval(function () {
    $("html, body").animate({
        scrollTop: $(document).height()
    }, "fast");
}, 100);

setInterval(function(){
  $('body').append("new item<br>");
},500)