Check out our free templates made with AI and polished to perfection in Windframe
Get nowrounded-ee: Tailwind CSS Border Radius class
The rounded-ee class in Tailwind CSS applies the default border-radius to the end-end corner of an element.
rounded-ee
The rounded-ee
class in Tailwind CSS applies the default border-radius to the end-end corner of an element. In a left-to-right (LTR) layout, this targets the bottom-right corner, while in right-to-left (RTL) layouts, it targets the bottom-left corner. It’s part of Tailwind’s logical corner rounding utilities designed for internationalized, direction-aware UI.
Syntax
html
<div class="rounded-ee">...</div>
Example Code
html
<div class="bg-purple-600 text-white font-semibold p-4 rounded-ee"> This element has a rounded bottom-end corner.</div>
Preview
This element has a rounded bottom-end corner.
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
