JSFiddle - React, Tailwind, and code Playground

by brandondurham

CSS

body {
    background-image: url('http://www.androidfreeware.net/software_images/magic-8-ball.thumb.png?1331155646'), url('http://www.danielehenkel.com/wp-content/uploads/2011/02/botox-lip-injection-300x230.png');
    background-repeat: repeat, no-repeat;
    background-position: auto, center;
    background-size: auto, cover;
    background-attachment: fixed, fixed;
}