background-color - Backgrounds - Tailwind CSS
...Utilities for controlling an element's background color. This is just a shorthand for bg- [var (
https://tailwindcss.com/docs/background-color
Background Color - Tailwind CSS
...By default, Tailwind makes the entire default color palette available as background colors. You can customize your color palette by editing theme.colors or theme.extend.colors in your tailwind.config.js file....
https://v3.tailwindcss.com/docs/background-color
A Simple Guide to Background Colors in Tailwind | Tailkits
...Tailwind offers a flexible way to handle background colors, making it easy to style your site just how you like. This guide will show you how to use Tailwind's background color classes....
https://tailkits.com/blog/tailwind-bg-color-guide/
How do you set a full page background color in Tailwind css?
...How do you set the full page background in Tailwind? The only attribute I can see to use is h-screen, but that doesn't work when I resize the browser. Here's my code: