Spring Boot with Thymeleaf and Tailwind CSS
Project on how to integrate Tailwind CSS with Spring Boot and Thymeleaf.
Steps to install the project dependencies.
```bash
cd src/main/frontend
npm install
mvn clean install
mvn spring-boot:run