if you are using the web for react-native use this code inside your index.jsx or App.js
import { NativeWindStyleSheet } from "nativewind";
NativeWindStyleSheet.setOutput({
default: "native",
});
source : https://github.com/nativewind/nativewind/issues/470