For example add lg:bg-amber-300 to your frontend.js. It won't work.
But if we add in browser with inspector
@media (min-width: 1024px) .my-unique-plugin-wrapper-class .lg\:bg-black {
we added ".my-unique-plugin-wrapper-class".
It will work.
There is no solve with usual tailwind!