border-b-gray-50
The class border-b-gray-50 is a Tailwind CSS class, part of the border color classes in the category borders.
Example usage
The following code is an example on how to use the class border-b-gray-50.
The above code produces the following result:
Resulting CSS
border-bottom-color: rgb(249 250 251);
Other border-color classes
- border-b-gray-500
 - border-b-gray-950
 - border-x-gray-50
 - border-x-gray-500
 - border-x-gray-950
 - border-y-gray-50
 - border-y-gray-500
 - border-y-gray-950
 - border-s-gray-50
 - border-s-gray-500
 - border-s-gray-950
 - border-e-gray-50
 - border-e-gray-500
 - border-e-gray-950
 - border-t-gray-50
 - border-t-gray-500
 - border-t-gray-950
 - border-r-gray-50
 - border-r-gray-500
 - border-r-gray-950
 
