# Vue Paragraph - Flowbite #### Use the paragraph component to create multiple blocks of text separated by blank lines and write content based on multiple layouts and styles ## Default paragraph Use this example of a paragraph element to use inside article content or a landing page. ```vue ``` ## Weight Use `weight` prop to set the text-weight. ```vue ``` ## Alignment Use `align` prop to set the text alignment. ```vue ``` ## Custom classes Use `class` attribute to apply the tailwind classes. ```vue ```