Borders
Border
border border-2 border-4
Example:
<div class="border-2">
Border Color
border-red-500 border-blue-500
Example:
<div class="border border-red-500">
Border Radius
Rounded Corners
rounded rounded-md rounded-lg rounded-xl rounded-2xl rounded-full
Example:
<img class="rounded-full">