Visually build flexbox layouts — get CSS & Tailwind classes instantly
Click an item in the preview to select and customize it
/* Container */ .container { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; gap: 12px; } /* Items with custom settings */
Container
Click an item in the preview to see its Tailwind overrides