JSFiddle - React, Tailwind, and code Playground
by pedro_g_s
HTML
<div>Two words</div>
CSS
div {
background-color: grey;
width: 200px;
height: 200px;
line-height: 384px;
font-size: 16px;
}
by pedro_g_s
<div>Two words</div>
div {
background-color: grey;
width: 200px;
height: 200px;
line-height: 384px;
font-size: 16px;
}