border-t-white
The class border-t-white 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-t-white.
The above code produces the following result:
Resulting CSS
border-top-color: rgb(255 255 255);
Other border-color classes
- border-x-white
 - border-y-white
 - border-s-white
 - border-e-white
 - border-r-white
 - border-b-white
 - border-l-white
 - border-t-inherit
 - border-x-inherit
 - border-y-inherit
 - border-s-inherit
 - border-e-inherit
 - border-t-slate-50
 - border-t-slate-100
 - border-t-slate-200
 - border-t-slate-300
 - border-t-slate-400
 - border-t-slate-500
 - border-t-slate-600
 - border-t-slate-700
 
