Thank You! And coming to your question, it is only possible in case of HTML(using CDN) but not in case of React JS. For React JS, you need install tailwind through npm by command "npm install -D tailwindcss" and then make a config file by command "npx tailwindcss init" and add the paths of your project file in your tailwind.config.js file Hopes this answer your question🙌