JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<div class="main">
  <h1>hello world</h1>
</div>
<h2>fwefew</h2>

CSS

div.main {
  height: 100vh;
  background: url(https://picsum.photos/1200);
  background-attachment: fixed;
  background-size: cover;
}