JSFiddle - React, Tailwind, and code Playground
HTML
<div>Where am I?</div>
CSS
div { position: absolute; top: -100px }
JavaScript
alert("There are " + $("div:visible").length + " visible divs");
<div>Where am I?</div>
div { position: absolute; top: -100px }
alert("There are " + $("div:visible").length + " visible divs");