JSFiddle - React, Tailwind, and code Playground
by wesbos
JavaScript
$(function() {
var prop = "backgroundColor";
$('body').css({ prop : "black" });
});
by wesbos
$(function() {
var prop = "backgroundColor";
$('body').css({ prop : "black" });
});