JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="iframe" src="/three" style="width:100px;height:500px;overflow:scroll" scrolling="yes"></iframe>

JavaScript

$(window).load(function(){
		jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);
});