Groundspeed is a flexible Tailwind preset.
First, install it in your project
npm i groundspeed
Next, update your tailwind config
module.exports = {
presets: [
require('groundspeed')
],
// ...
}
For convenience during development, we are using a REPL called scratch. Run it with the command below:
npm run dev