export default function Button() { return <button className="bg-blue-500 text-white p-2">Click me</button>; }