## Usage * This template uses tailwind css every tailwind class are prefixed with `tw-`, to help differentiate between tailwind classes and other classes During development add the following to head tag ```html ``` During production use ```html ``` To start Tailwind during development use ```html npm run start:tailwind ``` To create a build file use ```html npm run build:tailwind ```