border-0: Tailwind CSS Border Width class

The border-0 class applies no border thickness on an element.


Border-0

The border-0 class applies no border thickness on an element.

Example Code

html
<div class="flex flex-col justify-center items-center gap-2 p-3 rounded-t-md bg-gray-50">
<p class="text-gray-600 font-bold"> Bottom Border</p>
<div class="border-0 bg-gray-300 border-indigo-500 p-4 w-40 text-gray-700 font-semibold">
No Border
</div>
</div>

Preview

Bottom Border

No Border

Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs

Start building stunning tailwind UIs! 

Build from scratch or select prebuilt tailwind templates