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