Social media buttons Tooltip using Tailwindcss v 2.0
in the config file i used :
purge: { enabled: true, content: ['./src/**/*.html'], },
by default preserveHtmlElements : true
that's why css is not minified and still some unused style tags like (button, input, sup ...)
Read more HERE
enable the possibility to change the display and the visibility of a child element when hovering over a specific parent element
variants: { extend: {}, display: ['group-hover'], visibility : ['group-hover'] },