Tailwind class merger — resolve conflicting utilities (local)
Paste Tailwind class strings; merge duplicates and conflicting utilities (e.g. px-4 vs p-3) with tailwind-merge in your browser. Combine multiple lines or merge per line; live preview.
Frequently asked questions
No. Class strings are merged in this tab with no server round-trip. Nothing is sent to LocalTools servers for processing.
Later tokens override earlier ones within the same Tailwind conflict group (e.g. `p-3` replaces `px-4 py-2`). Non-conflicting utilities are kept. This matches the **tailwind-merge** rules used with `cn()` / `twMerge()` in React apps.