JSFiddle - React, Tailwind, and code Playground

by jcubed111

HTML

Ellipse 8

CSS

html{height: 100%}
body{
    height: 100%;
    background: 
        radial-gradient(circle at 100% 75%,
            rgba(210, 74, 155, 25%), 
            rgba(221, 106, 226, 25%), 
            rgba(96, 45, 144, 25%),
            #351D4B
        ),
        #351D4B;
    /* background: #351D4B; */
        
}