JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<section>
<article>
<main>
</main>
</article>
</section>
CSS
section {
width: 400px;
height: 400px;
background: red;
position: relative;
}
article {
overflow: hidden;
}