Like this: ```html <style lang="scss" scoped> a.nuxt-link-active { @apply .bg-indigo-700 .text-white; } </style> ``` I'm using @Nuxtjs/tailwindcss with Nuxt 3