const statusClasses = { 2: 'bg-green-600 text-white', 4: 'bg-orange-500 text-white', 5: 'bg-red-600 text-white', } const StatusCode = ({ status }) => { return (