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