JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<h1>FWEFWEF</h1>
<img src="https://i.ya-webdesign.com/images/can-i-edit-a-png-image-3.png" alt="">

CSS

body {
  background: red;
}
img {
  filter:hue-rotate(90deg);
  width: 60%;
}
h1 {
  position: fixed;
  left: 50%;
  top: 100px;
  z-index: -1;
}