is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .col-start-1

    <div class="grid grid-cols-12 gap-4 h-30">
        <div class="p-4 col-start-1 bg-teal-400">1</div>
        <div class="p-4 bg-gray-400">2</div>
        <div class="p-4 bg-gray-400">3</div>
    </div>

Preview

1
2
3

Check .col-start-1 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 in Tailwind CSS Grid