JSFiddle - React, Tailwind, and code Playground
by bnickel
HTML
<meta name="viewport" content="width=device-width">
<pre>
CSS
pre {
white-space: pre-wrap;
}
JavaScript
document.write('\r\nscreen.width: ' + screen.width);
document.write('\r\nscreen.height: ' + screen.height);
document.write('\r\nwindow.devicePixelRatio: ' + window.devicePixelRatio);
document.write('\r\navigator.userAgent: ' + navigator.userAgent);