## Reasons: - If we use Tailwind CSS instead of separate CSS files, it'd make the app more light-weight, and would increase the speed of the application. - It'd reduce the chances of error of other contributors contributing to this project, as they don't have to write the CSS from scratch. - It'd be easy to understand too, as we don't have to find each element separately in the respective CSS files through their respective classnames. - Since it is built on MERN Stack, having Tailwind CSS as the styling framework would be an industry level enhancement in this project.
Reasons: