JSFiddle - React, Tailwind, and code Playground

by khamer

CSS

html {
  height: 100%;
  background-image: linear-gradient(45deg, #fffa, #fffd), linear-gradient(45deg, blue, transparent);
  background-size:  50px 50px, 100%;
  background-blend-mode: soft-light;
}