JSFiddle - React, Tailwind, and code Playground
by Boba Poshtar
HTML
<section>
<div></div>
</section>
CSS
section, div {
padding: 0;
border: 1px solid silver;
}
section { height: 200px; }
div { height: 50%; }
by Boba Poshtar
<section>
<div></div>
</section>
section, div {
padding: 0;
border: 1px solid silver;
}
section { height: 200px; }
div { height: 50%; }