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