Clases de Bordes Redondeados (Rounded) en Tailwind CSS

Clase Tailwind CSS equivalente Ejemplo
rounded-none border-radius: 0;
rounded-sm border-radius: 0.125rem;
rounded border-radius: 0.25rem;
rounded-md border-radius: 0.375rem;
rounded-lg border-radius: 0.5rem;
rounded-xl border-radius: 0.75rem;
rounded-2xl border-radius: 1rem;
rounded-3xl border-radius: 1.5rem;
rounded-full border-radius: 9999px;
rounded-t-md border-top-left-radius & border-top-right-radius: 0.375rem;
rounded-tr-lg border-top-right-radius: 0.5rem;
rounded-bl-xl border-bottom-left-radius: 0.75rem;
rounded-[20px] border-radius: 20px;
rounded-tr-[1rem] border-top-right-radius: 1rem;