'WPbakery WordPress Raw HTML causing images to disappear

I am trying to add a custom Raw HTML countdown but whenever I add the HTML other images disappear on the website. Is this because Raw HTML format is different or is this a WPbakery issue? Please help, thanks!

The code I am trying to add is: https://codepen.io/Brite1/pen/wvPrggj

<div class ="wrapper">
  <span style="margin-right: 10px;">
          <span id="circle-days" class="circle-time"></span>
        </span>
        <span style="margin-right: 10px;">
          <span id="circle-hours" class="circle-time"></span>
        </span>
        <span style="margin-right: 10px;">
          <span id="circle-minutes" class="circle-time"></span>
        </span>
  <span id="circle-seconds" class="circle-time"></span>      <span id="timer"></span>
    
  </div>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source