JSFiddle - React, Tailwind, and code Playground

by Sanjito Kurniawan

HTML

<!DOCTYPE HTML>
<html>
    <body>
        <img class='bg' src='http://puu.sh/vI1Z'/>
        <p>Source image : <a href='http://puu.sh/vI1Z'>link</a></p>
        <p>Pure image :</p>
        <img src='http://puu.sh/vI1Z' />
    </body>
</html>

CSS

body {
    padding: 40px; }

img.bg {
    z-index: -99999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}