I'm always frustrated when i tried to use tailwind with naterial-ui
Describe the solution you'd like
i want to use tailwind with material-ui
<Card sx={{ flexDirection: 'row', maxWidth: 545, borderRadius: "20px", spacing: "125px", boxShadow: "7px", alignItems: 'stretch' , hover:bg - grey - 500 }} elevation={4} position="relative" > Describe alternatives you've considered
need to get into something else eg. styled-components
I'm always frustrated when i tried to use tailwind with naterial-ui
Describe the solution you'd like i want to use tailwind with material-ui
<Card sx={{ flexDirection: 'row', maxWidth: 545, borderRadius: "20px", spacing: "125px", boxShadow: "7px", alignItems: 'stretch' , hover:bg - grey - 500 }} elevation={4} position="relative" >
Describe alternatives you've considered need to get into something else eg. styled-components