Using Pygments with tailwind.css
I have a Django + Naxt.js project. In the backend I have a preformatted with Pygments text that I pass to the frontend. I use Tailwind in the frontend and I am not sure what is the best way to include Pygments css. I tried passing it to components layer, but it doesn’t seem to work.