<body class="bg-gray-100 font-sans leading-normal tracking-normal h-screen flex items-center justify-center">
  <button class="bg-blue-500 text-white p-4 rounded hover:bg-blue-400 transition duration-300 flex items-center">
    <i class="iconoir-arrow-right text-2xl"></i>
    <span class="ml-2">Click Me</span>
  </button>
</body>