Consider $C^1([0,1])$ the functions with continuous derivative on $[0,1]$ (one-sided derivatives at each end), and $\operatorname{Lip}([0,1])$ the Lipschitz functions on $[0,1]$. The mean value theorem of course shows that $C^1([0,1]) \subseteq \operatorname{Lip}([0,1])$.
Given $f\in \operatorname{Lip}([0,1])$ with Lipschitz constant $\leq 1$, and $\epsilon>0$, can I find $g\in C^1([0,1])$ with $\|g'\|_\infty\leq 1$ (i.e. $g$ also has Lipschitz constant $\leq 1$) and with $\|f-g\|_\infty \leq \epsilon$?
(E.g. one way to find $f$ is to let $f(x) = \int_0^x F(t) \ dt$ for some $F\in L^\infty$ with $\|F\|_\infty\leq 1$. Then to find a suitable $g$, I can set $g(x)=\int_0^x a(t) \ dt$ for some $a\in C([0,1])$ with $\|a\|_\infty\leq 1$ and $\| F-a\|_1\leq\epsilon$. I can find $a$ by convolving $F$ with a bump function. But not every Lipschitz $f$ arises in this way.)