link
Create custom animation
Custom slow spin animation
// tailwind.config.js module.exports = { theme: { extend: { animation: { 'spin-slow': 'spin 3s linear infinite', } } } }