JSFiddle - React, Tailwind, and code Playground
by qustosh
JavaScript
//zvideos var build step by step
//grab dom refs//
var b = $("body");
//make a black bar
$("<div>").addClass("bm_bar").css({
position:"fixed",
left: 0,
bottom: 50,
width: "100%",
height: 210,
backgroundColor: "black"
}).appendTo(b);