CSS shapes

Sexy round corners​ flower from /1 32 2 Sexy round corners flowers 33

HTML

<div id="shape"></div>

CSS

#shape{
    background-color:red;
    width:0; height:0;
    border:100px solid red;
    border-radius:50px;
    margin:25px auto;
    box-shadow:0 220px 2px yellow;
}

JavaScript

2 Sexy round corners flowers 
    check the amount of the x and y in box shadow of ::after element is used