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