VOOZH about

URL: https://www.geeksforgeeks.org/css/tailwind-css-divide-style/

⇱ Tailwind CSS Divide Style - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Tailwind CSS Divide Style

Last Updated : 23 Jul, 2025

This class accepts lots of value in tailwind CSS in which all the properties are covered in class form. By using this class we can set the divide style of any divide.

Divide Style Classes:

  • divide-solid: This class is used to set the divide class in solid form.
  • divide-dashed: This class is used to set the divide class in dashed form.
  • divide-dotted: This class is used to set the divide class in dotted form.
  • divide-double: This class is used to set the divide class in double form.
  • divide-none: This class is used for no divide.

Syntax:

<element class="divide-{style}">...</element>

Example:

Output:

👁 Image
divide style class
Comment