border-red-800
The class border-red-800 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-red-800.
The above code produces the following result:
Resulting CSS
border-color: rgb(153 27 27);
Other border-color classes
- border-x-red-800
 - border-y-red-800
 - border-s-red-800
 - border-e-red-800
 - border-t-red-800
 - border-r-red-800
 - border-b-red-800
 - border-l-red-800
 - border-red-100
 - border-red-200
 - border-red-300
 - border-red-400
 - border-red-500
 - border-red-600
 - border-red-700
 - border-red-900
 - border-green-800
 - border-emerald-800
 - border-x-red-100
 - border-x-red-200
 
