While I can't comment due to reputation, it's worth noting that @Arsalan Mohseni's answer can have performance impacts.
import 'tailwindcss/tailwind.css';
is designed for development not production (https://tailwindcss.com/docs/installation/play-cdn). This includes all Tailwind classes, which can have performance impacts and Tailwind should only bundle the classes your project actually needs.