JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

<body>
    
    <h1>Una web con fondo bonito<h1>
    
</body>

CSS

body {
    background-image: url("http://1.bp.blogspot.com/-CcJVLUxq3zU/U1aXR-h1-lI/AAAAAAAAKE0/I1WwgPmbdhM/s0/Fondo.jpg");
}