bg-clip-border
The class bg-clip-border 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-border.
The above code produces the following result:
Resulting CSS
background-clip: border-box;