JSFiddle - React, Tailwind, and code Playground

by davidtong

HTML

<h1>jQuery FF bug on CSS values of detached elements</h1>

<div id="files"></div>

<div id="console"></div>

CSS

#files {display: table-cell;}
#console {border: 1px solid red}

JavaScript

$('#console').html($("#files").detach().css("display"))