Breadcrumbs components designed with TailwindCSS.
<div>
<ol class="flex text-gray-700">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">/</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">/</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
<br />
<br />
<ol class="flex text-gray-700">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">&rsaquo;</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">&rsaquo;</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
<br />
<br />
<ol class="flex text-gray-700">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">&rarr;</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">&rarr;</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
</div>
<div class="w-full">
<ol class="flex text-gray-700 bg-gray-300 rounded py-2 px-2">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">/</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">/</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
<br />
<br />
<ol class="flex text-gray-700 bg-gray-300 rounded py-2 px-2">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">&rsaquo;</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">&rsaquo;</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
<br />
<br />
<ol class="flex text-gray-700 bg-gray-300 rounded py-2 px-2">
<li class="px-2"><a href="#" class="hover:underline">Home</a></li>
<li class="text-gray-500 select-none">&rarr;</li>
<li class="px-2"><a href="#" class="hover:underline">Series</a></li>
<li class="text-gray-500 select-none">&rarr;</li>
<li class="px-2 text-indigo-600">Game of thrones</li>
</ol>
</div>