JSFiddle - React, Tailwind, and code Playground

by antyrat

HTML

<div id="test" style="font-family: serif; font-size: x-large; font-weight: bold; background: #5e5; text-align: center; margin: 0px; padding: 16px;">

JavaScript

$(function(){
    alert($("#test").css("background-color"));
});