JSFiddle - React, Tailwind, and code Playground

by Vaibhav Mehta

HTML

<div style="color: red;" id="fetch">This is just a test</div>

JavaScript

alert($('#fetch').text());

alert($('#fetch').attr('style'));