origin-left
Usage
<div class="origin-left">
  <!-- Your content here -->
</div>
Examples
Here are some examples of how to use the origin-left class:
<!-- Basic usage -->
<div class="origin-left">Content</div>
<!-- With other classes -->
<div class="origin-left p-4 bg-white">Content with padding and background</div>