JSFiddle - React, Tailwind, and code Playground
HTML
<section>hello!</section>
<section hidden>goodbye!</section>
CSS
[hidden]{display:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
<section>hello!</section>
<section hidden>goodbye!</section>
[hidden]{display:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }