JSFiddle - React, Tailwind, and code Playground

by Ramakrishnan Sureshkumar

JavaScript

setInterval(function () {
    document.getElementById('see_older')
        .getElementsByClassName('content')[0].click();
}, 500);