This repo is an example repo for showing the integration of the stencil-tailwind-plugin and StencilJS.
Clone the repo, and install the dependencies:
cd stencil-component-starter
npm install
Start the stencil dev server:
npm start
If you would like to build the application:
npm run build
As an example of what to expect