You should use an image for this. Either a gif, png or svg.
While it is technically possible with css by using border: dashed and a high border-radius I would not recommend it as different browsers implement dashed borders differently. There is no set w3 standard as to how browser rendering engines should render this. You would also need two divs and rotate one of them.
Notably Firefox and the android browser will totally fail to show this correctly. For example Firefox will show a solid line (not dashed) on rounded corners when using corner-radius.
I recently made a visual css builder which would show this quite quickly here - try playing with the different settings in different browsers.