JSFiddle - React, Tailwind, and code Playground

by Simon Herteby

HTML

<div id="test" style="color:#f00">
Hello
</div>

JavaScript

console.log(getComputedStyle(document.getElementById('test')).color)