Styling Material-UI “DateCalendar” component using Tailwind CSS
I am working on implementing a mini-calendar very similar to Google’s calendar that appears on top-left corner (there are some design changes). I am using Tailwind
for styling react-components and have chosen to use Material-UI DateCalendar I found it to be the correct choice as there are minor differences from my design and I want to add Tailwind
classes to this component how can I achieve this.