Tailwind 공홈의 주소는 아래를 참조하세요 https://tailwindcss.com/ Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. Documentation for the Tailwind CSS framework. tailwindcss.com 초기 설치와 세팅 부분에서 헷갈리는 부분이 존재하여 참고를 위해 글을 작성해 봅니다 파일 구조는 [파일] index.js [폴더] public [폴더] css [파일] style.css [파일] index.html [파일] error.html 상위 폴더 index.js 파일의 경우 이전 작성한 포스팅을 참고하면 됩니다 https://devsalix.tistory.com..