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