JSFiddle - React, Tailwind, and code Playground

by wisegorilla

HTML

<div class="row">


  <div class="section">
    <img id="iu3o" src="https://bonmedico-health.com/upload/banner_6.jpg" />
  </div>


  <div class="section">

    <h2>We care about your health</h2>

    <p>bonmedico ist mehr als ein Product. Unsere Produkte unterstützen Dich bestmöglich im Alltag und steigern Dein Wohlbefinden spürbar.</p>

    <div class="col">
      <img src="https://cdn.shopify.com/s/files/1/0283/0798/0341/files/bonmedico_webshopServiceIcons_v3_shipment_white-01_150x150.png?v=1594646287">
      <span>Feature 1</span>
    </div>

    <div class="col">
      <img src="https://cdn.shopify.com/s/files/1/0283/0798/0341/files/bonmedico_webshopServiceIcons_v3_package_White-01_150x150.png?v=1594646303">
      <span>Feature 2</span>
    </div>

    <div class="col">
      <img src="https://cdn.shopify.com/s/files/1/0283/0798/0341/files/bonmedico_webshopServiceIcons_designedToHelpYou_white-01_150x150.png?v=1594646324">
      <span>Feature 3</span>
    </div>

    <div class="col">
      <img src="https://cdn.shopify.com/s/files/1/0283/0798/0341/files/bonmedico_webshopSI_producedExpertKnowledge_white-01_150x150.png?v=1594646342">
      <span>Feature 3</span>
    </div>

    <div class="col">
      <img src="https://cdn.shopify.com/s/files/1/0283/0798/0341/files/bonmedico_webshopServiceIcons_developedInnovation_white-01_150x150.png?v=1594646356">
      <span>Feature 3</span>
    </div>

  </div>
</div>