JSFiddle - React, Tailwind, and code Playground

HTML

<p>test</p>

CSS

p {
display:inline-block;
transform:scale(2,3); /* W3C */
-webkit-transform:scale(2,3); /* Safari and Chrome */
-moz-transform:scale(2,3); /* Firefox */
-ms-transform:scale(2,3); /* IE 9 */
-o-transform:scale(2,3); /* Opera */
/* Rest Of CSS Code Here*/
}