JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

<body>
    
    <div id="1"></div>
    
    <h1>My blog</h1>
    <p>Here is the text</p>
    
</body>

CSS

body {
    background-image: url("http://bit.ly/1KTEMHF");
    background-repeat: repeat-x;
    background-color: #EEEEEE;
}