<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>