JSFiddle - React, Tailwind, and code Playground

JavaScript

var catName = 'Ms. Fussy';
function feedCat() {
    console.log(catName + ' it’s time to eat!');
}
feedCat();