Letter spacing
Tailwind CSS Letter spacing
Use responsive letter spacing styles with TW elements. This is a simple example of how quickly you can change the spaces between letters.
Basic example
To change the space between letters use the
.tracking-{spacing} class.
This is the text with .tracking-tighter class.
This is the text with .tracking-tight class.
This is the text with .tracking-normal class.
This is the text with .tracking-wide class.
This is the text with .tracking-wider class.
This is the text with .tracking-widest class.