JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

HTML

<div>sjdhcgaskjdghfas</div>

CSS

div {
	animation: whatever 1s backwards;
}


@keyframes whatever {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}