JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    
</div>

CSS

div {
    background-repeat: no-repeat; 
    background: url(http://s3-eu-central-1.amazonaws.com/itsoncraft/Team%20Generous%202015/BACKGROUNDS/20150521112027/lighthouse_day-1500x906.jpg);
    background-attachment: scroll; 
    background-position: top right;
    width: 500px;
    height: 500px;
}