Tailwind CSS Blockquote
For quoting blocks of content from another source within your document.
Blockquote
Use this example to quote an external source inside a blockquote element.
"Failure will never overtake me if my determination to succeed is strong enough."
- Og Mandino
<blockquote class="text-center py-4">
<p class="text-green-600 italic font-semibold text-2xl px-2 lg:px-28">"Failure will never overtake me if my determination to succeed is strong enough."</p>
<div class="block mt-3 text-gray-500 text-base">- Og Mandino</div>
</blockquote>