border-b-teal-500
The class border-b-teal-500 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-teal-500.
The above code produces the following result:
Resulting CSS
border-bottom-color: rgb(20 184 166);
Other border-color classes
- border-x-teal-500
 - border-y-teal-500
 - border-s-teal-500
 - border-e-teal-500
 - border-t-teal-500
 - border-r-teal-500
 - border-b-teal-50
 - border-b-teal-100
 - border-b-teal-200
 - border-b-teal-300
 - border-b-teal-400
 - border-b-teal-600
 - border-b-teal-700
 - border-b-teal-800
 - border-b-teal-900
 - border-b-teal-950
 - border-l-teal-500
 - border-x-teal-50
 - border-x-teal-100
 - border-x-teal-200
 
