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