Skip to content

Instantly share code, notes, and snippets.

@farnoody
farnoody / index.html
Created October 14, 2025 10:24
Tailwind CSS Example
<!-- NAVBAR COMPONENT -->
<nav class="flex items-center justify-between flex-wrap bg-gray-800 p-6">
<div class="flex items-center flex-shrink-0 text-white mr-6">
<span class="font-bold text-xl">Biznet</span>
</div>
<div class="w-full block flex-grow sm:flex sm:items-center sm:w-auto">
<div class="text-sm sm:flex-grow">
<a
href="#"