export function TailwindIndicator() { if (process.env.NODE_ENV === 'production') return null; return (
xs
sm
md
lg
xl
2xl
); }