bg-gradient-to-bl
The class bg-gradient-to-bl is a Tailwind CSS class, part of the background image classes in the category backgrounds.
Example usage
The following code is an example on how to use the class bg-gradient-to-bl.
The above code produces the following result:
Resulting CSS
background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));