Edit in JSFiddle

<div class="justify-start sm:justify-center md:justify-end lg:justify-between xl:justify-around ...">
  <div class="max-w-sm rounded overflow-hidden shadow-lg">
    <img class="w-full" src="https://telingadigital.com/img/banner.png" alt="Telinga Digital Banner">
    <div class="px-6 py-4">
      <div class="font-bold text-xl mb-2">Telinga Digital</div>
      <p class="text-grey-darker text-base">
        Telinga Digital is a digital agency based in Bogor. We offer digital marketing solution such as Web Development, Mobile Development, Advertising and Design. We have a partnership program that offer a service to help you boosting your product or sevice.
      </p>
    </div>
    <div class="px-6 py-4">
      <span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker mr-2">#telingadigital</span>
      <span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker mr-2">#td</span>
      <span class="inline-block bg-grey-lighter rounded-full px-3 py-1 text-sm font-semibold text-grey-darker">#digitalagency</span>
    </div>
  </div>
</div>