Generate a CSS progress bar.
.progress { width: 100%; height: 12px; background: #e5e7eb; border-radius: 12px; overflow: hidden; } .progress > div { height: 100%; width: 60%; background: #0ea5e9; transition: width 200ms; }