Log In
BASIC-LIBRARY / SECTION / CTA

Cta Two

Preview Code
Quick edit
<section class="body-font text-gray-600 max-w-screen-2xl mr-auto ml-auto">
  <div
    class="container pl-5 pr-5 px-5 pt-24 pb-24 py-24 ml-auto mr-auto mx-auto flex flex-wrap items-center"
  >
    <div class="pr-0 md:w-1/2 md:pr-16 lg:w-3/5 lg:pr-0">
      <h1 class="title-font font-medium text-3xl text-gray-900">
        Launch smarter with tools built for teams that move fast and scale
        faster
      </h1>
      <p class="leading-relaxed mt-4">
        From prototype to production, streamline your workflow with a platform
        designed to simplify development and empower delivery at every stage.
      </p>
    </div>
    <div
      class="bg-gray-100 rounded-lg pt-8 pr-8 pb-8 pl-8 flex flex-col w-full mt-10 md:w-1/2 md:ml-auto md:mt-0 lg:w-2/6"
    >
      <h2 class="title-font text-gray-900 text-lg font-medium mb-5">
        Create Account
      </h2>
      <div class="relative mb-4">
        <label for="full-name" class="leading-7 text-sm text-gray-600">
          Full Name
        </label>
        <input
          type="text"
          name="full-name"
          class="transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-8"
        />
      </div>
      <div class="relative mb-4">
        <label for="email" class="leading-7 text-sm text-gray-600">
          Email Address
        </label>
        <input
          type="email"
          name="email"
          class="transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-8"
        />
      </div>
      <button
        class="text-white bg-indigo-500 border-0 pt-2 pb-2 py-2 pl-8 pr-8 px-8 focus:outline-none rounded text-lg hover:bg-indigo-600"
      >
        Join Now
      </button>
      <p class="text-xs text-gray-500 mt-3">
        We&#x2019;ll never share your data. You can unsubscribe at any time.
      </p>
    </div>
  </div>
</section>
© 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