JSFiddle - React, Tailwind, and code Playground
HTML
<div id="sample">
hi nice to meet you
</div>
CSS
#sample {
width:100px;
height:100px;
background:pink;
}
<div id="sample">
hi nice to meet you
</div>
#sample {
width:100px;
height:100px;
background:pink;
}