JSFiddle - React, Tailwind, and code Playground

by Julien Etienne

HTML

<div>
  HELLO WORLD
</div>

CSS

div{
text-transform: lowercase;

}