JSFiddle - React, Tailwind, and code Playground
HTML
<table><tr id="files"><td></td></tr></table>
JavaScript
var el = $("#files");
console.log(window.getComputedStyle(el.get(0)).display);
el.detach();
console.log(window.getComputedStyle(el.get(0)).display);