Log In
BASIC-LIBRARY / SECTION / NOTICE-BANNER

Notice Banner One

Preview Code
Quick edit
<div class="bg-white pt-6 sm:pt-8 lg:pt-12">
  <div
    class="ml-auto mr-auto mx-auto max-w-screen-2xl pl-4 pr-4 px-4 pb-4 md:pl-8 md:pr-8 md:px-8"
  >
    <div
      class="relative flex flex-wrap rounded-lg bg-indigo-500 pl-4 pr-4 px-4 pt-3 pb-3 py-3 shadow-lg sm:flex-nowrap sm:items-center sm:justify-center sm:gap-3 sm:pr-8 md:pl-8 md:pr-8 md:px-8"
    >
      <div
        class="order-1 inline-block sm:order-none mb-2 w-11/12 max-w-screen-sm text-sm text-white sm:mb-0 sm:w-auto md:text-base"
      >
        Get early access to our beta program and help shape the next generation
        of automation tools for teams.
      </div>
      <a
        href="#"
        class="order-last inline-block whitespace-nowrap transition duration-100 active:bg-indigo-800 sm:order-none w-full rounded-lg bg-indigo-600 pl-4 pr-4 px-4 pt-2 pb-2 py-2 text-center text-xs font-semibold text-white outline-none ring-indigo-300 hover:bg-indigo-700 focus-visible:ring sm:w-auto md:text-sm"
      >
        Request access
      </a>
      <div
        class="order-2 sm:right-0 sm:order-none flex w-1/12 items-start justify-end sm:absolute sm:mr-2 sm:w-auto xl:mr-3"
      >
        <button
          type="button"
          class="transition duration-100 active:text-indigo-200 text-white hover:text-indigo-100"
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="h-5 w-5 xl:h-6 xl:w-6"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M6 18L18 6M6 6l12 12"
            ></path>
          </svg>
        </button>
      </div>
    </div>
  </div>
</div>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account