JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<div></div>

CSS

body {
  overflow: hidden;
  margin: 0;
}
div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 0 170px 100vw;
  border-color: transparent transparent transparent #f4f4f4;
  backface-visibility: hidden;
  background-image: url(http://picsum.photos/1200/900);
}