JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<body>
<script>
aaa();
function aaa() {
alert("height = "+screen.height);
alert("width = "+screen.width);
}
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<script>
aaa();
function aaa() {
alert("height = "+screen.height);
alert("width = "+screen.width);
}
</script>
</body>
</html>