JSFiddle - React, Tailwind, and code Playground

by letanure

HTML

<div id="teste">teste</div>

CSS

#teste{
    border:20px inset red;
    padding: 30px;
    width: 200px;
    box-sizing: border-box;
}