<!--
Tutorial:
https://devdojo.com/tnylea/creating-browser-mockups-in-tailwindcss
-->
<div class="max-w-2xl mx-auto my-10">
<div class="w-full h-11 rounded-t-lg border-2 border-black flex justify-start items-center space-x-1.5 px-3">
<span class="w-3 h-3 rounded-full bg-black"></span>
<span class="w-3 h-3 rounded-full bg-black"></span>
<span class="w-3 h-3 rounded-full bg-black"></span>
</div>
<div class="border-2 border-black border-t-0 w-full h-96"></div>
</div>
This Pen doesn't use any external JavaScript resources.