JSFiddle - React, Tailwind, and code Playground
HTML
<p id='sandbox' class='cap'>tEsTinnng oNe Two tREE</p>
CSS
p.cap{
text-transform: capitalize;
}
JavaScript
alert($('sandbox').get('html'));
<p id='sandbox' class='cap'>tEsTinnng oNe Two tREE</p>
p.cap{
text-transform: capitalize;
}
alert($('sandbox').get('html'));