Because I like to use Tailwind CSS colors in my non-Tailwind projects, I created this SCSS file to use the same colors elsewhere.
@import 'tailwind-colors-scss'; body { background-color: $tw-gray-100; color: $tw-gray-800; }