Check out our free templates made with AI and polished to perfection in Windframe

Get now

rounded-none: Tailwind CSS Border Radius class

The rounded-none class in Tailwind CSS removes all border-radius from an element.


rounded-none

The rounded-none class in Tailwind CSS removes all border-radius from an element. It forces the corners to be completely sharp, which is useful when you want to override inherited rounding or create a clean, square-cornered design.

Syntax

html
<div class="rounded-none">...</div>

Example Code

html
<div class="bg-gray-200 p-4 rounded-none border">
This box has no rounded corners.
</div>

Preview

This box has no rounded corners.

Use rounded-none when you want sharp, square corners or need to override other border-radius utilities. It’s helpful for creating clean UIs, disabling rounding in specific cases, or working with strict design systems.

Windframe is an AI visual editor for rapidly building stunning web UIs & websites

Start building stunning web UIs & websites!

Build from scratch or select prebuilt tailwind templates