JSFiddle - React, Tailwind, and code Playground
HTML
<p data-color="#000">sdfasdfdasfsdf</p>
JavaScript
$('p').css('color', function() {
return $(this).data('color')
});
<p data-color="#000">sdfasdfdasfsdf</p>
$('p').css('color', function() {
return $(this).data('color')
});