Tabs Generator

Preview

Tab 1
Tab 2
Content for Tab 1
Output format

Tailwind

1<div class="flex flex-col">
2  <div class="flex overflow-x-auto">
3    <button class="bg-[#3b82f6] text-[#ffffff] text-[16px] px-[12px] py-[6px] rounded-t-[8px] mr-1 cursor-pointer transition-colors">Tab 1</button>
4    <button class="bg-[#f3f4f6] text-[#374151] text-[16px] px-[12px] py-[6px] rounded-t-[8px] mr-1 cursor-pointer transition-colors">Tab 2</button>
5  </div>
6  <div class="bg-[#f3f4f6] p-[12px] rounded-b-[8px] rounded-tr-[8px] text-[#374151]">
7    Content for Tab 1
8  </div>
9</div>