Tailwind is an utility-first CSS framework for rapid UI development written in PostCSS and configured through JavaScript, making it highly customizable by design. Tailwind doesn’t have a default theme ...
your-flask-app/ ├── app.py ├── package.json ├── tailwind.config.js ├── postcss.config.js ├── static/ │ └── css/ │ ├── styles.css │ └── output.css └── templates/ └── index.html ...
Masonry layout can be made with the CSS columns property, and with Tailwind, that's just a couple CSS classes. CSS Columns is about as old as flexbox, but it never seemed to be as popular. It's 2022, ...