JSFiddle - React, Tailwind, and code Playground

by Joshua Koudys

HTML

<div style="height:800px;background-color:#f00">
    <h1>One</h1>
</div>
<div style="height:800px;background-color:#0f0">
    <h1>Two</h1>
</div>
<div style="height:800px;background-color:#00f">
    <h1>Three</h1>
</div>

JavaScript

//setInterval( function() { alert("this gets annoying"); }, 1000);