JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<h1>
  hello world
</h1>

CSS

h1 


@keyframes displayNone {

  0%: {
    display: inherit;
  }
  100% {
    display: none;
  }

}