JSFiddle - React, Tailwind, and code Playground
HTML
<section data-color="#A3D1B5">fasdfdasfasf</section>
JavaScript
$("section").each(function(){
$(this).css('background',$(this).data('color'));
});
<section data-color="#A3D1B5">fasdfdasfasf</section>
$("section").each(function(){
$(this).css('background',$(this).data('color'));
});