JSFiddle - React, Tailwind, and code Playground

by Mariagrazia_Lunghi

HTML

<!doctype html>
<html>
    <head>
    </head>
    <body>
        
    </body>
</html>

CSS

html{
    height: 100%
}

body{
    
    background-image: -webkit-radial-gradient(50% 50%, transparent 50% , black), url(http://sandropaganotti.com/wp-content/goodies/courses/CorsoCSS3/assets/bugsbunny.gif), -webkit-repeating-radial-gradient(50% 50%, circle cover, red 10%, red 20%, yellow 20%, yellow 30%, blue 30%, blue 40%);  
    
    background-position: center center ;
    background-repeat: no-repeat;
    }