JSFiddle - React, Tailwind, and code Playground

by vovkasolovev

HTML

<div id="wrapper">
    <div id="box"></div>
</div>

CSS

#wrapper {
    width: 300px; height: 300px;
    border-radius: 100px;
    overflow: hidden;


}

#box {
    width: 300px; height: 200px;
    background-color: #cde;
}