Button

Below you can find a button component styled with tailwindcss.

Preview

HTML

<button class="inline-flex bg-orange-500">Button</button>

React

<button className="inline-flex bg-orange-500">Button</button>