JSFiddle - React, Tailwind, and code Playground

by Ramakrishnan Sureshkumar

JavaScript

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