JSFiddle - React, Tailwind, and code Playground
by msfrisbie
CSS
body {
background-color: white;
}
JavaScript
document.body.innerHTML += window.devicePixelRatio + ' ' + window.outerHeight + ' ' + window.outerWidth;
by msfrisbie
body {
background-color: white;
}
document.body.innerHTML += window.devicePixelRatio + ' ' + window.outerHeight + ' ' + window.outerWidth;