A
Anonymous
Default Component - Copy this React, Tailwind Component to your project
<div className='w--[90%] shadow-sm bg-blue-300 rounded-lg flex flex-row items-center justify-end p-2 gap-2'> <div className='p-2 rounded-md bg-green-500 '> <button>Complete</button> </div> <div className='p-2 rounded-md bg-yellow-500 '> <button>Pending</button> </div> <div className='p-2 rounded-md bg-blue-500 '> <button>Process </button> </div> </div>
Prompt
