Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div class="grid grid-rows-3 grid-cols-6 h-full">
      <nav class="col-span-1 row-span-3 bg-gray-700 pt-6">
        <div class="px-6 mb-6">
          <svg viewBox="0 0 1134 340" class="w-auto h-10 text-white">
            <title>Spotify</title>
            <path
              fill="currentColor"
              d="M8 171c0 92 76 168 168 168s168-76 168-168S268 4 176 4 8 79 8 171zm230 78c-39-24-89-30-147-17-14 2-16-18-4-20 64-15 118-8 162 19 11 7 0 24-11 18zm17-45c-45-28-114-36-167-20-17 5-23-21-7-25 61-18 136-9 188 23 14 9 0 31-14 22zM80 133c-17 6-28-23-9-30 59-18 159-15 221 22 17 9 1 37-17 27-54-32-144-35-195-19zm379 91c-17 0-33-6-47-20-1 0-1 1-1 1l-16 19c-1 1-1 2 0 3 18 16 40 24 64 24 34 0 55-19 55-47 0-24-15-37-50-46-29-7-34-12-34-22s10-16 23-16 25 5 39 15c0 0 1 1 2 1s1-1 1-1l14-20c1-1 1-1 0-2-16-13-35-20-56-20-31 0-53 19-53 46 0 29 20 38 52 46 28 6 32 12 32 22 0 11-10 17-25 17zm95-77v-13c0-1-1-2-2-2h-26c-1 0-2 1-2 2v147c0 1 1 2 2 2h26c1 0 2-1 2-2v-46c10 11 21 16 36 16 27 0 54-21 54-61s-27-60-54-60c-15 0-26 5-36 17zm30 78c-18 0-31-15-31-35s13-34 31-34 30 14 30 34-12 35-30 35zm68-34c0 34 27 60 62 60s62-27 62-61-26-60-61-60-63 27-63 61zm30-1c0-20 13-34 32-34s33 15 33 35-13 34-32 34-33-15-33-35zm140-58v-29c0-1 0-2-1-2h-26c-1 0-2 1-2 2v29h-13c-1 0-2 1-2 2v22c0 1 1 2 2 2h13v58c0 23 11 35 34 35 9 0 18-2 25-6 1 0 1-1 1-2v-21c0-1 0-2-1-2h-2c-5 3-11 4-16 4-8 0-12-4-12-12v-54h30c1 0 2-1 2-2v-22c0-1-1-2-2-2h-30zm129-3c0-11 4-15 13-15 5 0 10 0 15 2h1s1-1 1-2V93c0-1 0-2-1-2-5-2-12-3-22-3-24 0-36 14-36 39v5h-13c-1 0-2 1-2 2v22c0 1 1 2 2 2h13v89c0 1 1 2 2 2h26c1 0 1-1 1-2v-89h25l37 89c-4 9-8 11-14 11-5 0-10-1-15-4h-1l-1 1-9 19c0 1 0 3 1 3 9 5 17 7 27 7 19 0 30-9 39-33l45-116v-2c0-1-1-1-2-1h-27c-1 0-1 1-1 2l-28 78-30-78c0-1-1-2-2-2h-44v-3zm-83 3c-1 0-2 1-2 2v113c0 1 1 2 2 2h26c1 0 1-1 1-2V134c0-1 0-2-1-2h-26zm-6-33c0 10 9 19 19 19s18-9 18-19-8-18-18-18-19 8-19 18zm245 69c10 0 19-8 19-18s-9-18-19-18-18 8-18 18 8 18 18 18zm0-34c9 0 17 7 17 16s-8 16-17 16-16-7-16-16 7-16 16-16zm4 18c3-1 5-3 5-6 0-4-4-6-8-6h-8v19h4v-6h4l4 6h5zm-3-9c2 0 4 1 4 3s-2 3-4 3h-4v-6h4z"
            ></path>
          </svg>
        </div>
        <div class="px-2 mb-6">
          <div
            class="bg-gray-200 flex font-medium items-center px-4 py-2 rounded text-sm text-white"
          >
            <svg
              class="h-6 mr-4"
              viewBox="0 0 512 512"
              width="24"
              height="24"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                d="M448 463.746h-149.333v-149.333h-85.334v149.333h-149.333v-315.428l192-111.746 192 110.984v316.19z"
                fill="currentColor"
              ></path>
            </svg>
            Home
          </div>
          <div
            class="flex font-medium items-center px-4 py-2 rounded text-sm text-gray-100 hover:text-white"
          >
            <svg
              class="h-6 mr-4"
              viewBox="0 0 512 512"
              width="24"
              height="24"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                d="M349.714 347.937l93.714 109.969-16.254 13.969-93.969-109.969q-48.508 36.825-109.207 36.825-36.826 0-70.476-14.349t-57.905-38.603-38.603-57.905-14.349-70.476 14.349-70.476 38.603-57.905 57.905-38.603 70.476-14.349 70.476 14.349 57.905 38.603 38.603 57.905 14.349 70.476q0 37.841-14.73 71.619t-40.889 58.921zM224 377.397q43.428 0 80.254-21.461t58.286-58.286 21.461-80.254-21.461-80.254-58.286-58.285-80.254-21.46-80.254 21.46-58.285 58.285-21.46 80.254 21.46 80.254 58.285 58.286 80.254 21.461z"
                fill="currentColor"
                fill-rule="evenodd"
              ></path>
            </svg>
            Search
          </div>
          <div
            class="flex font-medium items-center px-4 py-2 rounded text-sm text-gray-100 hover:text-white"
          >
            <svg
              class="h-6 mr-4"
              viewBox="0 0 512 512"
              width="24"
              height="24"
              xmlns="http://www.w3.org/2000/svg"
            >
              <path
                d="M291.301 81.778l166.349 373.587-19.301 8.635-166.349-373.587zM64 463.746v-384h21.334v384h-21.334zM192 463.746v-384h21.334v384h-21.334z"
                fill="currentColor"
              ></path>
            </svg>
            Your Library
          </div>
        </div>
        <div>
          <h3
            class="text-xs text-gray-100 uppercase text-white px-6 tracking-widest font-light mb-4"
          >
            Playlists
          </h3>
          <div class="mb-3">
            <div
              class="px-6 py-1 flex items-center text-sm text-white opacity-50 hover:opacity-100"
            >
              <svg
                class="bg-white fill-current h-8 mr-4 p-1 text-black w-8"
                shape-rendering="crispEdges"
                viewBox="0 0 36 36"
              >
                <path d="m28 20h-8v8h-4v-8h-8v-4h8v-8h4v8h8v4z"></path>
              </svg>
              Create Playlist
            </div>
            <div
              class="px-6 py-1 flex items-center text-sm text-white opacity-50 hover:opacity-100"
            >
              <svg
                class="bg-liked-songs fill-current h-8 mr-4 p-2 w-8"
                viewBox="0 0 20 20"
              >
                <path
                  d="M10 3.22l-.61-.6a5.5 5.5 0 0 0-7.78 7.77L10 18.78l8.39-8.4a5.5 5.5 0 0 0-7.78-7.77l-.61.61z"
                />
              </svg>
              Liked Songs
            </div>
          </div>
          <hr class="border-gray-200 mx-6 mb-3" />
          <div>
            <div
              class="px-6 py-2 flex items-center text-sm text-white text-gray-100 hover:text-white"
            >
              Liked from Radio
            </div>
            <div
              class="px-6 py-2 flex items-center text-sm text-white text-gray-100 hover:text-white"
            >
              Discover Weekly
            </div>
          </div>
        </div>
      </nav>
      <main class="col-span-5 row-span-3 overflow-auto">
        <header
          class="px-6 py-4 mb-6 bg-gray-600 flex items-center justify-between sticky top-0 z-10"
        >
          <div class="flex items-center">
            <button
              class="h-8 w-8 bg-gray-500 rounded-full text-white flex mr-4 opacity-50 cursor-not-allowed"
            >
              <svg class="h-5 w-5 m-auto" viewBox="0 0 24 24">
                <path
                  fill="currentColor"
                  d="M15.54 21.15L5.095 12.23 15.54 3.31l.65.76-9.555 8.16 9.555 8.16"
                ></path>
              </svg>
            </button>
            <button class="h-8 w-8 bg-gray-500 rounded-full text-white flex">
              <svg class="h-5 w-5 m-auto" viewBox="0 0 24 24">
                <path
                  fill="currentColor"
                  d="M7.96 21.15l-.65-.76 9.555-8.16L7.31 4.07l.65-.76 10.445 8.92"
                ></path>
              </svg>
            </button>
          </div>
          <div>
            <button
              class="text-xs text-white bg-gray-500 rounded-full p-px pr-3"
            >
              <img
                src="https://scontent-hkg4-1.xx.fbcdn.net/v/t1.0-1/p320x320/65515608_2532995250044876_5026016977987043328_n.jpg?_nc_cat=107&_nc_sid=0c64ff&_nc_ohc=o9OLXY2wcysAX9HP-OL&_nc_ht=scontent-hkg4-1.xx&_nc_tp=6&oh=3692e7babdda377f38099d7603d11f92&oe=5EAD96FA"
                class="w-7 h-7 inline-block rounded-full mr-2"
              />
              Jedidiah Avelino
            </button>
          </div>
        </header>
        <section class="px-6 grid gap-6 mb-8">
          <div class="flex items-center">
            <div class="flex-1">
              <h3 class="text-2xl text-white">
                <a
                  class="border-b border-transparent hover:border-white"
                  href=""
                  >Recently played</a
                >
              </h3>
            </div>
            <div>
              <a
                class="text-xs text-gray-100 tracking-widest uppercase hover:underline"
                href=""
                >See all</a
              >
            </div>
          </div>
          <div class="grid grid-cols-6 gap-4">
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=1"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Chinese Lo-FI
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By @Nike1nike</span
                >
                <button
                  class="absolute right-0 top-0 w-10 h-10 bg-green-200 rounded-full flex text-white"
                >
                  <svg
                    class="fill-current h-5 w-5 m-auto"
                    xmlns="http://www.w3.org/2000/svg"
                    viewBox="0 0 20 20"
                  >
                    <path d="M5 4h3v12H5V4zm7 0h3v12h-3V4z" />
                  </svg>
                </button>
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=2"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                FLY
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=3"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Ludwig van Beethoven
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Artist</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=4"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Hotel Del Luna OST
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By Jamie Lee</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=5"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                ITAEWON CLASS (Original Television Soundtrack) Pt.2
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=6"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Preparation For a Journey
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
          </div>
        </section>
        <section class="px-6 grid gap-6 mb-8">
          <div class="flex items-center">
            <div class="flex-1">
              <h3 class="text-2xl text-white">
                Your heavy rotation
              </h3>
            </div>
          </div>
          <div class="grid grid-cols-6 gap-4">
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=1"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Solid ug lawas
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By Archie Mari Evardo</span
                >
                <button
                  class="absolute right-0 top-0 w-10 h-10 bg-green-200 rounded-full flex text-white"
                >
                  <svg
                    class="fill-current h-5 w-5 m-auto"
                    xmlns="http://www.w3.org/2000/svg"
                    viewBox="0 0 20 20"
                  >
                    <path d="M5 4h3v12H5V4zm7 0h3v12h-3V4z" />
                  </svg>
                </button>
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=2"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                BLOO
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Artist</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=3"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Instrumental Breakfast Jazz Playlist
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Jazz Morning Playlist</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=4"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Hotel Del Luna OST
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By Jamie Lee</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=5"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                ITAEWON CLASS (Original Television Soundtrack) Pt.2
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=6"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Preparation For a Journey
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
          </div>
        </section>
        <section class="px-6 grid gap-6 mb-8">
          <div class="flex items-center">
            <div class="flex-1">
              <h3 class="text-2xl text-white">
                <a
                  class="border-b border-transparent hover:border-white"
                  href=""
                  >Made for Jedidiah</a
                >
              </h3>
            </div>
            <div>
              <a
                class="text-xs text-gray-100 tracking-widest uppercase hover:underline"
                href=""
                >See all</a
              >
            </div>
          </div>
          <div class="grid grid-cols-6 gap-4">
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=1"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Chinese Lo-FI
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By @Nike1nike</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=2"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                FLY
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=3"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Ludwig van Beethoven
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Artist</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=4"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Hotel Del Luna OST
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >By Jamie Lee</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=5"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                ITAEWON CLASS (Original Television Soundtrack) Pt.2
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
            <div class="bg-gray-200 rounded-lg p-5">
              <div class="relative pt-full mb-4">
                <img
                  class="block w-full absolute inset-0"
                  src="https://picsum.photos/129.webp?random=6"
                  alt=""
                />
              </div>
              <div class="text-sm text-white text-line-clamp-1 mb-1 block">
                Preparation For a Journey
              </div>
              <div class="relative pb-5">
                <span class="text-xs text-gray-100 text-line-clamp-1"
                  >Gaho</span
                >
              </div>
            </div>
          </div>
        </section>
      </main>
      <footer class="bg-gray-200 col-span-6 p-4 grid grid-cols-3 gap-6">
        <div class="flex items-center">
          <img
            class="h-14 w-14 mr-4 flex-shrink-0"
            src="https://picsum.photos/56.webp?random=10"
            alt=""
          />
          <div class="mr-4">
            <div class="text-sm text-white text-line-clamp-1 font-light">
              Heaven
            </div>
            <div class="text-xs text-gray-100 text-line-clamp-1">
              <span>Ludwig van Beethoven</span>
            </div>
          </div>
          <div class="flex items-center">
            <button class="text-green-200 p-2">
              <svg class="w-4 h-4 fill-current" viewBox="0 0 20 20">
                <path
                  d="M10 3.22l-.61-.6a5.5 5.5 0 0 0-7.78 7.77L10 18.78l8.39-8.4a5.5 5.5 0 0 0-7.78-7.77l-.61.61z"
                />
              </svg>
            </button>
            <button class="text-gray-100 p-2">
              <svg
                class="w-4 h-4"
                width="16"
                height="16"
                xmlns="http://www.w3.org/2000/svg"
              >
                <g fill="currentColor" fill-rule="evenodd">
                  <path
                    d="M1 3v9h14V3H1zm0-1h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z"
                    fill-rule="nonzero"
                  ></path>
                  <path d="M10 8h4v3h-4z"></path>
                </g>
              </svg>
            </button>
          </div>
        </div>
        <div>
          <div class="flex items-center justify-center mb-3">
            <button class="w-5 h-5 text-gray-100 mr-6">
              <svg
                class="fill-current w-3"
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 20 20"
              >
                <path
                  d="M6.59 12.83L4.4 15c-.58.58-1.59 1-2.4 1H0v-2h2c.29 0 .8-.2 1-.41l2.17-2.18 1.42 1.42zM16 4V1l4 4-4 4V6h-2c-.29 0-.8.2-1 .41l-2.17 2.18L9.4 7.17 11.6 5c.58-.58 1.59-1 2.41-1h2zm0 10v-3l4 4-4 4v-3h-2c-.82 0-1.83-.42-2.41-1l-8.6-8.59C2.8 6.21 2.3 6 2 6H0V4h2c.82 0 1.83.42 2.41 1l8.6 8.59c.2.2.7.41.99.41h2z"
                />
              </svg>
            </button>
            <button class="w-5 h-5 text-gray-100 mr-6">
              <svg
                class="fill-current"
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 20 20"
              >
                <path d="M4 5h3v10H4V5zm12 0v10l-9-5 9-5z" />
              </svg>
            </button>
            <button
              class="w-8 h-8 border border-gray-300 rounded-full flex text-gray-100 mr-6"
            >
              <svg
                class="fill-current h-5 w-5 m-auto"
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 20 20"
              >
                <path d="M5 4h3v12H5V4zm7 0h3v12h-3V4z" />
              </svg>
            </button>
            <button class="w-5 h-5 text-gray-100 mr-6">
              <svg
                class="fill-current"
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 20 20"
              >
                <path d="M13 5h3v10h-3V5zM4 5l9 5-9 5V5z" />
              </svg>
            </button>
            <button class="w-5 h-5 text-gray-100">
              <svg
                class="fill-current w-4"
                xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 20 20"
              >
                <path
                  d="M10 3v2a5 5 0 0 0-3.54 8.54l-1.41 1.41A7 7 0 0 1 10 3zm4.95 2.05A7 7 0 0 1 10 17v-2a5 5 0 0 0 3.54-8.54l1.41-1.41zM10 20l-4-4 4-4v8zm0-12V0l4 4-4 4z"
                />
              </svg>
            </button>
          </div>
          <div class="flex items-center">
            <span class="text-xs text-gray-100 font-light">4:18</span>
            <div class="overflow-hidden relative flex-1 mx-2 rounded">
              <div class="border-b-4 border-gray-400 rounded"></div>
              <div
                class="absolute inset-x-0 top-0 -translate-x-48 border-b-4 border-gray-100 rounded transform hover:border-green-200"
              ></div>
            </div>
            <span class="text-xs text-gray-100 font-light">5:13</span>
          </div>
        </div>
      </footer>
    </div>
              
            
!

CSS

              
                :root {
  --gray-700: #00000080;
  --gray-600: #121212;
  --gray-500: rgba(0,0,0,.7);
  --gray-400: #404040;
  --gray-300: hsla(0,0%,100%,.6);
  --gray-200: #282828;
  --gray-100: #b3b3b3;
  --bg-liked-songs: linear-gradient(135deg,#450af5,#c4efd9);
  --green-100: #1ed760;
  --green-200: #1db954;
}
@font-face{
  font-family:spotify-circular;
  src:url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Light.afd9ab26.woff2) format("woff2"),
  url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Light.2a78c017.woff) format("woff"),
  url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Light.89e4be2e.ttf) format("truetype");
  font-weight:200;
  font-style:normal;
  font-display:swap
}
@font-face {
  font-family:spotify-circular;
  src:url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Book.3466e0ec.woff2) format("woff2"),
  url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Book.ea8d19db.woff) format("woff"),
  url(https://open.scdn.co/cdn/fonts/CircularSpUIv3T-Book.a357677a.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
html,
body {
  height: 100%;
  background-color: var(--gray-600);
  font-family: 'spotify-circular'
}
@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-gray-700 {
  background-color: var(--gray-700);
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.bg-gray-500 {
  background-color: var(--gray-500);
}

.bg-gray-600 {
  background-color: var(--gray-600);
}

.bg-green-200 {
  background-color: var(--green-200);
}

.bg-liked-songs {
  background-image: var(--bg-liked-songs);
}

.hover\:border-green-200:hover {
  border-color: var(--green-200);
}

.border-gray-100 {
  border-color: var(--gray-100);
}

.border-gray-200 {
  border-color: var(--gray-200);
}

.border-gray-300 {
  border-color: var(--gray-300);
}

.border-gray-400 {
  border-color: var(--gray-400);
}

.text-2xl {
  font-size: 1.75rem;
}

.text-gray-100 {
  color: var(--gray-100)
}

.text-green-200 {
  color: var(--green-200);
}

.w-7 {
  width: 1.75rem;
}

.w-14 {
  width: 3.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-14 {
  height: 3.5rem;
}

.pt-full {
  padding-top: 100%;
}

.text-line-clamp-1 {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
  word-break: break-all;
	overflow: hidden;
}

              
            
!

JS

              
                
              
            
!
999px

Console