2023-03-06
1552
#css#react#vue
Anjolaoluwa Adebayo-Oyetoro
26517
Mar 6, 2023 â‹… 5 min read

How to use Tailwind CSS in React and Vue.js

Anjolaoluwa Adebayo-Oyetoro Maker. Writes sometimes. Playful most times. Loves beautiful UIs.

Recent posts:

javascript object prototypes

JavaScript prototypes: How objects inherit properties and methods

Explore what prototypes are, how the prototype chain works, and how to use the prototype chain to create inheritance between objects.

Ibadehin Mojeed
Mar 28, 2025 â‹… 7 min read
featured image tsx extension

What is the difference between a .ts and .tsx file extension?

Examine the differences between the .ts and .tsx file types, their use cases, and best practices for a React TypeScript project.

Hussain Arif
Mar 27, 2025 â‹… 8 min read
How To Use Try...catch For Error Handling In JavaScript

How to use try...catch for error handling in JavaScript

Learn how to use JavaScript try…catch for error handling, including syntax, advanced scenarios, and managing asynchronous code.

Ivy Walobwa
Mar 27, 2025 â‹… 5 min read
what is pair programming

What is pair programming – and should you try it?

Learn what pair programming is, its benefits, and how real-world implementation can improve your software development process.

Andrew Evans
Mar 26, 2025 â‹… 6 min read
View all posts

4 Replies to "How to use Tailwind CSS in React and Vue.js"

  1. “scripts”: {
    “style”: “tailwindcss build src/assets/styles/index.css -o src/assets/styles/tailwind.css”,
    // other scripts
    }

    isnt the index.css and tailwind.css need to be swapped in your package.json script?

Leave a Reply