JSFiddle - React, Tailwind, and code Playground

by Amir Sharifian

HTML

<div></div>

CSS

div{
    border-color:#000;
    border-width: 10px;
    border-style: solid;
}