Windframe
Build Tailwind UIs that actually look good!
.jpg)
The rounded-tl-lg class in Tailwind CSS applies a large border-radius to the top-left corner of an element.
The rounded-tl-lg
class in Tailwind CSS applies a large border-radius to the top-left corner of an element. It’s useful when you want more pronounced rounding on just that corner, often for card layouts, modals, or tabs.
<div class="rounded-tl-lg">...</div>
<div class="bg-green-600 text-white font-semibold p-4 rounded-tl-lg border"> Top-left corner is large and rounded</div>
Top-left corner is large and rounded
Use rounded-tl-lg
when you want to add larger rounding to just the top-left corner of an element. It gives a soft, clean edge and is easy to combine with other corner utilities for precise design control.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites