Create custom buttons with hover, gradient, shadow, and animated effects
<button className="inline-flex items-center justify-center m-0 px-6 py-2 auto auto bg-blue-500 text-white hover:bg-blue-600 shadow-md border-0 border-transparent border-solid rounded-md text-base font-semibold tracking-normal normal-case transition-all duration-300">
Read more
</button>