Classes inside arbitrary variants are prefixed when they shouldn't be as they're not tailwind utilities. The utility `[.foo_&]:tw-text-red-400` incorrectly generates a selector referencing `.tw-foo` instead of `.foo` See: https://github.com/tailwindlabs/tailwindcss/pull/8299#issuecomment-1154053957 Reproduction: https://play.tailwindcss.com/GCMzAzdKNY