JSFiddle - React, Tailwind, and code Playground
by vinishanto
HTML
<p onclick = "( $(this).css('font-size',10));"> hai </p>
CSS
p {
font-size :40px;
}
by vinishanto
<p onclick = "( $(this).css('font-size',10));"> hai </p>
p {
font-size :40px;
}