1. Sizing, calc and a gradient background
Frontend DeveloperBackground
A developer needs to implement a custom layout with a specific width, a dynamic height calculation, and a custom gradient background that aren't in the design system tokens.
Problem
Ensuring the arbitrary Tailwind classes resolve to the correct CSS properties and values.
How to use
Enter the classes w-[137px], h-[calc(100vh-4rem)], and bg-[linear-gradient(90deg,#6366f1,#8b5cf6)] into the input area.
CSS output style: Expanded, Preview theme: LightOutcome
The tool generates expanded CSS rules showing width: 137px, height: calc(100vh - 4rem), and the linear-gradient background with a live visual preview.