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