JSFiddle - React, Tailwind, and code Playground
by heavyhorse
HTML
<script src="http://cdn2.hubspot.net/hub/213747/file-722482310-js/scripts/jquery.rss.js"></script>
<div id="tech_feed"></div>
JavaScript
$("#tech_feed").rss("http://www.feedforall.com/sample.xml", {
limit: 1,
entryTemplate: '<h1 id="blog_title">{title}</h1>'
}, function() {
var text = $('#tech_feed #blog_title').text();
$('#tech_feed #blog_title').text(text + 1234);
});