JSFiddle - React, Tailwind, and code Playground
by sandro_paganotti
HTML
<!doctype html>
<html>
<head>
</head>
<body>
</body>
</html>
CSS
html{
height: 100%
}
body{
background: url(http://sandropaganotti.com/wp-content/goodies/courses/CorsoCSS3/assets/bugsbunny.gif),
radial-gradient(circle at 50% 50%,transparent 50%, black),
repeating-radial-gradient(circle farthest-corner at 50% 50%, red 10%, red 20%, yellow 20%, yellow 30%, blue 30%, blue 40% );
background-repeat: no-repeat;
background-position: center center;
}