TailwindHub
HomeEditorUsers
TailwindHub is an open source projectCollaborate on GitHub

Gradient button

genaroibcgenaroibc

1 likes

created last year

button
  • Open in editor
    lorem ipsum dolor
    Open in editor
    <style>
    .tag {
    background: linear-gradient(90deg, rgba(212, 160, 255, .4), rgba(212, 160, 255, 0) 75.8%, rgba(212, 160, 255, .24));
    }
    </style>

    <div class="h-full w-full bg-black flex items-center justify-center">
    <span class="tag border border-solid border-[#d4a0ff] rounded-[4px] text-white inline-block font-medium leading-10 my-3 py-1 px-3">
    lorem ipsum dolor
    </span>
    </div>