JSFiddle - React, Tailwind, and code Playground

by graphettion

HTML

<img src=http://staticresource.com/nebula.jpg onload=style.opacity=1>

CSS

img {
  transition: opacity 1s ease-in-out;
  opacity: 0
}