JSFiddle - React, Tailwind, and code Playground

lynda.com CSS #2 - background

by totoromaum

HTML

<div class="background"></div>

CSS

.background {
  height: 400px;
  background-color: black;
  background-image: url(https://unsplash.it/300/150?image=703);
  background-repeat: no-repeat;
  background-position:top right;
  background-attachment: fixed;
  background-size:cover;
}