bg-clip-content
The class bg-clip-content is a Tailwind CSS class, part of the background clip classes in the category backgrounds.
Example usage
The following code is an example on how to use the class bg-clip-content.
The above code produces the following result:
Resulting CSS
background-clip: content-box;