Tailwind CSS Classes

Tailwind CSS class .divide-x

<div class="grid grid-cols-3 divide-x-4 divide-teal-600 my-4">

Preview

CSS source

.divide-x { border-left-width: 1px; }

Check .divide-x in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Borders category

© 2024 Shuffle. All rights reserved.