<h1>Articles categorized <div class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-sans font-medium leading-5 bg-indigo-100 text-indigo-800 transform duration-300 ease-in-out hover:scale-105">
  <a href="/articles">article</a>
</div>
</h1>

  <div class="rounded-lg shadow-lg my-8 p-4 bg-gray-200 dark:bg-gray-700 transform duration-300 ease-in-out hover:shadow-2xl">
  <div class="font-bold text-xl md:text-2xl font-sans">
  <a
    class="hover:text-gray-500 dark:text-gray-200 dark:hover:text-gray-400 transition duration-300 ease-in-out"
    href="/hello-world/"
    target=""
  >
    <span class="text-gray-500 inline-block">
        <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
        </svg>
    </span>

    Hello World
  </a>
</div>

  <div class="mt-2 text-gray-600 dark:text-gray-300 leading-7 max-w-full ">
    <p class="lead">I have to admit, I’m a bit of a perfectionist. For too long, I’ve been too scared to let myself write down my thoughts on paper or on a screen, so I’ve let them bottle up in my brain. And, as we all know, what gets left in our brains will eventually...</p>
</div>

  <div class="mt-4 font-sans">
  <div class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-sans font-medium leading-5 bg-indigo-100 text-indigo-800 transform duration-300 ease-in-out hover:scale-105">
  <a href="/articles">article</a>
</div>

    
<div class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-sans font-medium leading-5 transform duration-300 ease-in-out hover:scale-105 bg-purple-100 text-purple-800">
  <a href="/productivity/">productivity</a>
</div>

  <div class="sm:inline text-sm text-gray-600 dark:text-gray-300">
    <span class="hidden sm:inline mx-1" aria-hidden="true">
      &middot;
    </span>
    <span class="mt-2 sm:mt-0 hover:text-gray-900 dark:hover:text-gray-400 transition duration-300 ease-in-out">
      <a href="/hello-world/" class="">November 30, 2017</a>
    </span>
  </div>
</div>

</div>