Render Flow - Why arbitrary values exist
[Write Tailwind class] -> [Parse class name] -> [Check predefined scale] -> [Not found?] -> [Parse arbitrary value] -> [Apply CSS with custom value] -> [Render element]
Tailwind reads each class name, tries to match it to predefined values, and if it doesn't find one, it parses the arbitrary value inside brackets and applies it as custom CSS.