<button
      class="
        flex
        sm:mx-auto
        rounded
        p-2
        m-2
        bg-yellow-300
        hover:bg-green-500
        hover:text-white
        sm:hover:bg-blue-500
        focus:outline-none
      "
    >
      Click Me
    </button>

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.1.4/tailwind.min.css

External JavaScript

This Pen doesn't use any external JavaScript resources.