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