JSFiddle - React, Tailwind, and code Playground

HTML

<div class='test'>
</div>

CSS

.test{
    width: 200px;
    border: 5px dashed #104F75;
    border-radius: 500px;
    height: 100px;
}