JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>

<article class="et_pb_post post-816 post type-post status-publish format-standard hentry category-business-updates" id="post-816">


  <h2 class="entry-title"><a href="http://intranet.sislive.tv/2016/11/david-meynell-update-42-151116/">David Meynell update #42 – 15/11/16</a></h2>

  <p class="post-meta"> by <span class="author vcard"><a title="Posts by Marketing" href="http://intranet.sislive.tv/author/kdarko/" rel="author">Marketing</a></span> | <span class="published">Nov 16, 2016</span> | <a href="http://intranet.sislive.tv/category/business-updates/"
    rel="category tag">Business Updates</a></p>News ** Check out our new website ** ** Check out our new website ** ** Check out our new website ** Back Hi all, Please find enclosed the latest communications, updating general business activities. Hardware
  &amp; Support Review Hardware Update The sale process is...
</article>

JavaScript

jQuery(function() {
  jQuery('*').each(function() {
    var html = jQuery(this).html();

    jQuery(this).html(html.replace(/\*\* Back/g, '**').replace(/(News )?\*\*(.+?)\*\*/g, ''));
  });
});