Tailwind CSS Classes

Tailwind CSS class .bg-clip-text

    <div class="text-4xl font-bold">
        <div class="bg-blue-100 p-4">
            <span class="bg-clip-text text-transparent bg-gradient-to-b from-yellow-300 to-purple-700">Text example</span>
        </div>
    </div>

Preview

Check .bg-clip-text in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Background Clip category

© 2024 Shuffle. All rights reserved.