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