content-center
The class content-center is a Tailwind CSS class, part of the align content classes in the category flexbox & grid.
Example usage
The following code is an example on how to use the class content-center.
The above code produces the following result:
A
B
C
Resulting CSS
align-content: center;