underline-offset-1text-underline-offset: 1px; underline-offset-2text-underline-offset: 2px; underline-offset-4text-underline-offset: 4px; underline-offset-8text-underline-offset: 8px; Functionality Of Tailwind CSS Text Underline Offset Classes ...
tailwind.config.js module.exports={theme:{extend:{textUnderlineOffset:{3:'3px',}}} Learn more about customizing the default theme in thetheme customizationdocumentation. Arbitrary values If you need to use a one-offtext-underline-offsetvalue that doesn’t make sense to include in your theme...