JSFiddle - React, Tailwind, and code Playground
by seefeld
HTML
<span><strong><a href="<?php the_permalink(); ?>"><?php the_field('business_name'); ?></a></strong></span>
<span><?php the_field('address_line_1'); ?></span>
<!-- <span><?php //the_field('address_line_2'); ?></span> -->
<!-- <span><?php //the_field('address_line_3'); ?></span> -->
<span><?php the_field('town'); ?></span>
<!-- <span><?php //the_field('county'); ?></span> -->
<span><?php the_field('post_code'); ?></span>
<span class="phone">tel. <?php the_field('phone'); ?></span>
<!-- <span>mob. <?php //the_field('mobile'); ?></span> -->
<span><a href="http://<?php the_field('website'); ?>"><?php the_field('website'); ?></a></span>
<!-- <span><a href="mailto:<?php the_field('email'); ?>"><?php the_field('email'); ?></a></span> -->