Learn how to create consistent styles using Tailwind, MDX, and HTML. This tutorial provides instructions for using the same styles in MDX and HTML content.
Learn how to set up Tailwind CSS and sort imports using Prettier plugins in your projects. Improve your code formatting and maintain a consistent import order.
Learn how to optimize images in Next.js for better performance and user experience. Follow this checklist to handle images efficiently in your Next.js projects.
Learn how to organize icons in your Next.js site for consistency and simplicity. Follow the convention of using a single file and Tailwind CSS for styling.
Learn how to animate on scroll in your Next.js app using React Intersection Observer and Tailwind CSS. Follow our step-by-step guide with code examples.