JSFiddle - React, Tailwind, and code Playground
HTML
<div id="output"></div>
JavaScript
var topicID = 12;
document.getElementById("output").innerHTML = encodeURI('q=type:article%20AND%20topic%3A' + topicID + '&sort=publishDate%20desc&rows=4');