JSFiddle - React, Tailwind, and code Playground

by Aljohn De Guzman

HTML

<p>This is an example. Hello Programmers!</p>

JavaScript

$(document).ready(function() {
		$('p').css('color','red');
});