JSFiddle - React, Tailwind, and code Playground

by zerolfc

HTML

<div></div>

CSS

div {
     -webkit-box-shadow: 0px -9px 83px rgb(62, 217, 255);
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 200px;
    background-color: rgb(62, 217, 255);
}