1. TailWind CSS란? 리액트를 할 때는 mui, bootstrap 등의 css 라이브러리를 써봤지만 vue를 시작하면서 Tailwind CSS를 사용하게 되었다. 우선 css를 작성하지 않고 구성하게 해준다는게 기본 설명이지만 style에 작성하는 대신 html 태그의 class로 이미 지정되어 축약된 키워드를 삽입하는 형식이다. 아무래도 자주 쓰는 표현들은 인지하며 익숙해 져야할거 같다. 자세한 설명은 홈페이지에 잘 나와있다. https://tailwindcss.com/ Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. Documentation for the Tailwind CSS framework. ta..