Welcome to My Website
This is a simple and clean Chrome browser mockup designed using Tailwind CSS.
<div class="relative bg-white w-96 h-64 shadow-md rounded-md overflow-hidden">
<!-- Address Bar -->
<div class="flex items-center p-2 bg-gray-100 border-b border-gray-200">
<div class="w-3 h-3 bg-red-500 rounded-full mr-2"></div>
<div class="w-3 h-3 bg-yellow-500 rounded-full mr-2"></div>
<div class="w-3 h-3 bg-green-500 rounded-full mr-2"></div>
<input type="text" class="flex-1 bg-transparent outline-none" placeholder="Search or type URL">
</div>
<!-- Webpage Content -->
<div class="p-4">
<h1 class="text-xl font-bold mb-4">Welcome to My Website</h1>
<p class="text-gray-600">This is a simple and clean Chrome browser mockup designed using Tailwind CSS.</p>
<!-- Add your webpage content here -->
</div>
</div>
/* Your CSS content goes here */
// Your JavaScript content goes here