--- title: Add component classes to your HTML desc: How to use daisyUI classes to style your page? --- So instead of making a button using only utility classes ```html ``` You can just use a component class like this ```html ``` Then you can modify the component with daisyUI additional utility classes ```html ``` Or you can modify the component with Tailwind CSS utility classes ```html ```