A sample showing how TailwindCSS can be used in an Electron application. This Electron application has a corresponding blog post that explains how TailwindCSS can be added to an existing Electron application.
In one console/terminal window, run npm run dev-server
. Once this command is successful, in another console/terminal window, run npm run dev
in order to start this application.
This has been cloned and adjusted.