AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
HTML with Tailwind classes
sm:flex, lg:grid-cols-3).sm:, md:, lg: prefixes work as intended.How does the breakpoint simulation work?
Each panel applies the corresponding Tailwind breakpoint class (sm:, md:, etc.) as a container query on the preview area. The "Default" panel shows styles without any breakpoint prefix.
Why don't the previews match my browser at actual breakpoint sizes?
Each panel wraps the content in an element with the corresponding breakpoint class. The Tailwind CSS in your project applies normally. If the panel itself is narrower than the breakpoint, the styles may not activate — this is expected behavior.
Can I preview 2xl breakpoint?
The grid shows up to xl (1280px+). The 2xl breakpoint (1536px+) is not included since most screens don't display that width comfortably in a multi-panel layout. You can resize your browser to test 2xl directly.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026