JSFiddle - React, Tailwind, and code Playground
by austegard
JavaScript
$("body")
.append("innerWidth: " + window.innerWidth)
.append("<br>")
.append("innerHeight: " + window.innerHeight);
by austegard
$("body")
.append("innerWidth: " + window.innerWidth)
.append("<br>")
.append("innerHeight: " + window.innerHeight);