<div class="flex justify-center items-center h-screen">
<div class="animate-tada animate-infinite animate-slow text-2xl">
Hi!
</div>
</div>
import { withAnimations } from "https://cdn.skypack.dev/animated-tailwindcss";
tailwind.config = withAnimations();
View Compiled
This Pen doesn't use any external CSS resources.