JSFiddle - React, Tailwind, and code Playground

by Michaël van de Weerd

HTML

<div id="footer">tester</div>

CSS

/* changing the body's margin to 0 */
body {
    margin: 0;
}

#footer {
    background-image: url(images/backgroundrpatternfooter.png);
    background-repeat: repeat;
    position : absolute;
    bottom : 0;
    height : 40px;
    width : 1800px;
    margin: 0;
    
    /* for testing purposes */
    background: red;
}