JSFiddle - React, Tailwind, and code Playground
HTML
<div style="color: red;" id="fetch">This is just a test</div>
JavaScript
alert($('#fetch').text());
alert($('#fetch').attr('style'));
<div style="color: red;" id="fetch">This is just a test</div>
alert($('#fetch').text());
alert($('#fetch').attr('style'));