Using CSS Cascade Layers to Manage Custom Styles in a Tailwind Project
If a utility class only does one thing, chances are you don’t want it to be overridden by any styles coming from elsewhere. One approach is to use !important
to be 100% certain the style will be applied, regardless of …