JSFiddle - React, Tailwind, and code Playground

by Nidnogg

HTML

<div class="sky">
  
</div>

CSS

body {
  background: linear-gradient(#05080f, #0F2027, #203A43, #2C5364); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}