JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

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

CSS

div{
    width: 400px; height: 200px; padding: 30px; border: 10px dashed black;
   
    background-repeat: repeat;
    background-image:    url(http://sandropaganotti.com/wp-content/goodies/courses/CorsoCSS3/assets/blue_sky.jpg); 
    background-size: 300px;
    background-origin: content-box;
    background-clip: content-box;
}