JSFiddle - React, Tailwind, and code Playground
by George Batt
HTML
<div class="jqplot-title" style="position: absolute; top: 0px; left: 0px; width: 465px; text-align: center;">Total: $0.46</div>
JavaScript
$('div').html(function(_,v){
return $.trim(v).replace(':',':<br>');
});