Render Flow - Opacity modifiers on colors
Read Tailwind class with opacity modifier
Parse color and opacity value
Generate CSS color with alpha channel
Apply color with opacity to element
Browser paints element with transparency
The browser reads the Tailwind class, parses the color and opacity modifier, converts it to a CSS color with alpha transparency, then paints the element showing the color with the specified opacity.