JSFiddle - React, Tailwind, and code Playground
HTML
../
JavaScript
function foo()
{
return
{
bar: 'something'
};
}
$(function() {
document.write(foo());
});
../
function foo()
{
return
{
bar: 'something'
};
}
$(function() {
document.write(foo());
});