import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; You will need to install both `nativewind` and `tailwindcss` `tailwindcss` is not used during runtime so it can be added as a development dependency. ``` npm install nativewind npm install --save-dev tailwindcss ``` ``` yarn add nativewind yarn add --dev tailwindcss ```