Shopping Cart 3
TAILWICK50 Coupon code applied successfully.
Cotton collar t-shirts for men
$155.32
(Fashion)
310.64
Like style travel black handbag
$349.95
(Luggage)
349.95
Blive Printed Men Round Neck
$546.74
(Fashion)
2,186.96
Sub Total : $2,847.55
Discount (TAILWICK50): -$476.00
Shipping Charge : $89.00
Estimated Tax (12.5%) : $70.62
Total : $2,531.17
FAQ's

Explore support options for our products, fundamental knowledge, and beyond

Open the door to a wealth of resources and expert guidance, allowing you to gain a deeper understanding of our products and access a treasure trove of additional knowledge.

Popular Ask Questions

To enable dark mode in Tailwind CSS, update your tailwind.config.js file with the darkMode option. You can choose between two different dark mode strategies: media or class.

Using class, the dark mode is enabled by adding a .dark class to an ancestor element of your components:

module.exports = {
    darkMode: 'class', // or 'media'
    // ...
    }

To get started with your first plugin, import Tailwind’s plugin function from tailwindcss/plugin. Then inside your plugins array, call the imported plugin function with an anonymous function as the first argument.

const plugin = require('tailwindcss/plugin')

    module.exports = {
    plugins: [
        plugin(function({ addUtilities, addComponents, e, config }) {
        // Add your custom styles here
        }),
    ]
    }

You can customize the tailwind.config.js file to override the default configuration options provided by Tailwind CSS. The configuration file follows the following structure:

module.exports = {
        purge: [],
        theme: {
            extend: {
                ...
            },
        },
        variants: {},
        plugins: [],
    }

Tailwind CSS generates responsive variants for most utilities, allowing you to create responsive designs easily. By default, it includes four breakpoints:

  • sm: 640px
  • md: 768px
  • lg: 1024px
  • xl: 1280px
<div class="lg:flex">
    <!-- Your content here -->
    </div>
Products Video Tutorial
Tailwick Theme Customizer

Choose your themes & layouts etc.

Choose Layouts
Vertical
Horizontal
Skin Layouts
Default
Bordered
Light & Dark
LTR & RTL
Content Width
Topbar Colors
Buy Now