JSFiddle - React, Tailwind, and code Playground

by notme

HTML

Just a test.

JavaScript

setTimeout(function(){
    window.location='http://www.wikipedia.com';
}, 3000);