Lists & Tables
Style list markers, table layouts, and captions
Style list markers with list-disc, list-decimal, and list-inside. Style tables with table-auto and table-fixed.
List Style
Position
- First item in the list
- Second item with more text that wraps around to show position difference
- Third item
- Fourth item
list-disc list-outside
Tailwind CSS
<ul class="list-disc list-outside ml-4 space-y-1"> <li>First item</li> <li>Second item</li> <li>Third item</li> </ul>
Previous
35 / 35