Button

作者:Ali-Tahmazi990 点赞MIT

实时预览

源代码

export default function Component() {
  return (
    <button>
  <span> Button
  </span>
</button>
  );
}