JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<article>
<div>test</div>
</article>

CSS

div{
width: 50%;
height: 200px;
padding: 2em;
box-sizing: border-box;
border: 10px solid red;
}