JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

HTML

<span>
  hola mundo
</span>

CSS

span
{
  text-transform: capitalize;
}