JSFiddle - React, Tailwind, and code Playground

by thesystemrestart

HTML

<p data-color="#f00">sdfasdfdasfsdf</p>

JavaScript

$('p').css('color', function() {
    return $(this).data('color')
});