JSFiddle - React, Tailwind, and code Playground
by doctor23
HTML
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();
$this->setFrameMode(true);
?>
<?if (!empty($arResult['ITEMS'])):?>
<div class="card-advantages-wrapper">
<?foreach ($arResult['ITEMS'] as $arItem):?>
<div class="card-advantages__item">
<img src="<?=$arItem['UF_A_IMG']?>">
<p>
<?=$arItem['UF_A_TEXT']?>
</p>
</div>
<?endforeach;?>
</div>
<?endif;?>
<? $APPLICATION->IncludeFile(SITE_TEMPLATE_PATH . '/include/advantages_block_text.html',
array(),
array(
'MODE' => 'text'
)
); ?>