Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-xl class in Tailwind CSS applies an extra-large border radius to all corners of an element.
The rounded-xl
class in Tailwind CSS applies an extra-large border radius to all corners of an element. It’s useful when you want a softer, more rounded look—often used in cards, buttons, and containers for a modern UI feel.
<div class="rounded-xl">...</div>
<div class="bg-gray-50 p-6 rounded-xl shadow"> Extra-large rounded corners make this box look smooth.</div>
Extra-large rounded corners make this box look smooth.
Use rounded-xl
when you want a more noticeably curved edge across all corners. It helps create a soft, approachable look and is a great choice for UI components that need visual emphasis without being too bold.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites