JSFiddle - React, Tailwind, and code Playground
by bontchev
HTML
<div id="id1" style="display: none;">This is a test.</div>
JavaScript
alert ($ ("#id1").is (":hidden"));
by bontchev
<div id="id1" style="display: none;">This is a test.</div>
alert ($ ("#id1").is (":hidden"));