JSFiddle - React, Tailwind, and code Playground
by omarjuvera
HTML
<body>
<main>
<section>
...
</section>
</main>
</body>
JavaScript
if($('aside')) {alert( "Sidebar" );}
by omarjuvera
<body>
<main>
<section>
...
</section>
</main>
</body>
if($('aside')) {alert( "Sidebar" );}