JSFiddle - React, Tailwind, and code Playground

by DemonTut

HTML

<img src="https://developers.google.com/web/images/web-fundamentals-icon192x192.png" class="logo">

SCSS

@keyframes logo1 {
	form {
		transform: rotate(0) scale(.5);
	}

	to {
		transform: rotate(-720deg) scale(1);
	}
}