Relative Content

Tag Archive for csstypescriptmaterial-uitailwind-cssnext.js14

Tailwind CSS Styling Not Applying to Custom MUI Components in Next.js

I’m using Tailwind CSS and MUI in my Next.js 14 project, but the Tailwind className prop is not working with custom MUI components. Here’s an example of one of my custom component:
import Button, { ButtonProps } from ‘@mui/material/Button’;
import React from ‘react’;