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: .visible

<div class="flex justify-center">
  <div class="bg-teal-400 h-16 w-24"></div>
  <div class="visible bg-teal-600 h-16 w-24"></div>
  <div class="bg-teal-400 h-16 w-24"></div>
</div>

Preview

Check .visible 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.

CSS source

.visible {
  visibility: visible;
}

More in Tailwind CSS Visibility