Utilities for controlling the bounding box of an element's background.
## Patterns
| `bg-clip-border` | `background-clip: border-box` |
| `bg-clip-padding` | `background-clip: padding-box` |
| `bg-clip-content` | `background-clip: content-box` |
| `bg-clip-text` | `background-clip: text` |
## Reference
- [background-clip](https://tailwindcss.com/docs/background-clip)
- [background-clip/cn](https://tailwindcss.com/docs/background-clip)