JSFiddle - React, Tailwind, and code Playground
by mowglisanu
HTML
<h2>Are there OTHER USES for this medicine?</h2>
CSS
h2 {
text-transform: lowercase;
}
h2:first-letter {
text-transform: capitalize;
}
by mowglisanu
<h2>Are there OTHER USES for this medicine?</h2>
h2 {
text-transform: lowercase;
}
h2:first-letter {
text-transform: capitalize;
}