JSFiddle - React, Tailwind, and code Playground

Testing border changes

by nilloc

HAML

.border

CSS

.border {
  height: 200px;
  width: 200px;
  border-radius: 20px;
  border: 4px dotted #417505;
  border-left-color:#D8D8D8;
}