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'));