JSFiddle - React, Tailwind, and code Playground

by tonyleeper

JavaScript

/**
    get viewport size
*/

document.body.innerHTML = window.innerWidth + " x " + window.innerHeight;