JSFiddle - React, Tailwind, and code Playground

by ksoncan34

HTML

<div id="test" style="padding: 3em; background-color: #333">

</div>

JavaScript

alert(getComputedStyle(document.getElementById('test')).padding);