Hi,
You can not use html tag in timeline shortcode.
Please edit /wp-content/plugins/panagea-booking/inc/shortcodes/templates/timeline.php file.
You can find following code in it.
<?php echo esc_html( $description ); ?>
And replace with following.
<?php echo $description; ?>
Regards, C-Themes