Render Flow - Custom keyframe animations
[Read tailwind.config.js] -> [Parse keyframes] -> [Generate animation utilities] -> [Apply animation class to element] -> [Browser triggers animation frames] -> [Paint frames on screen]
Tailwind reads the custom keyframes from the config file, creates animation classes, then the browser runs the animation frame by frame to show the effect.