JSFiddle - React, Tailwind, and code Playground

by prozoroff

HTML

<span id="123">Test</span>

JavaScript

alert(getComputedStyle(document.getElementById("123")).fontFamily);