Save Button
Preview
Code
<button class="px-5 py-3 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition duration-300">
Simpan Data
</button>
Tailwind Components
Preview
Code
<button class="px-5 py-3 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition duration-300">
Simpan Data
</button>
Preview
Code
<button class="px-5 py-3 border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white rounded-lg transition">
Lihat Detail
</button>
ini adalah button dengan gradient
Preview
Code
<button class="px-5 py-3 bg-gradient-to-r from-indigo-600 to-purple-600 hover:from-indigo-700 hover:to-purple-700 text-white rounded-lg shadow-lg transition">
Get Started
</button>