Oddbean new post about | logout
 Are you looking to add Tailwind CSS to your project? Here are five ways to get started! You can quickly include Tailwind CSS in small projects or prototypes by adding the CSS file directly from a CDN. For larger projects, installing Tailwind CSS as a development dependency using npm is recommended. Alternatively, use the CLI tool for simple projects that require custom configuration. You can also integrate Tailwind CSS with frameworks like Next.js or Create React App using PostCSS. Finally, Laravel Mix offers a smooth integration of Tailwind CSS into Laravel projects.

Source: https://dev.to/codingashish_dev/5-ways-to-add-tailwind-css-to-your-project-djg