JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap"></div>

CSS

body {
    background: black;
}
.wrap {
    width: 200px;
    height: 200px;
    position: absolute;
    background-color: white;
    background-image: url(http://californiatortilla.com/caltort/wp-content/uploads/2012/11/Steak-taco1.jpg);
    background-attachment: fixed;
    background-position: 0 0;
    background-size: 200px 116px;
    background-repeat: no-repeat;
}