JSFiddle - React, Tailwind, and code Playground

CSS

body{height:2000px;}

JavaScript

if($('body')[0].scrollHeight > $(window).height()){
    alert('vertical scroll exists.');
}
console.log($('body')[0].scrollHeight);