JSFiddle - React, Tailwind, and code Playground
by Florin Pop
HTML
<div>Text</div>
CSS
div {
width: calc(100% - 100px);
height: 200px;
background-color: #f37;
margin:0 50px;
}
by Florin Pop
<div>Text</div>
div {
width: calc(100% - 100px);
height: 200px;
background-color: #f37;
margin:0 50px;
}