- Jetstream Version: 1.4.0
- Jetstream Stack: Inertia / Livewire
- Laravel Version: 8.0.0
- PHP Version: 7.4.0
- Database Driver & Version:
mysql
Description:
In the default views, there are many uses of "ml-" for spacing between elements that can be replaced safely to "mx-" which better since it has the same effect for both "direction: rtl" and "direction: ltr"
The same can be said for padding.
Also, text-align should be avoided whenever possible, since the direction style can take care of the text direction.
Example:

- Using "text-left" caused a problem for "logout" when using "direction: rtl", although "profile" is working without text-align
Steps To Reproduce:
Any fresh installment of Jetstream with either Inertia/Livewire.