JSFiddle - React, Tailwind, and code Playground

HTML

<div class="sample-class" id="sample">
This is a sample block
</div>

CSS

.sample-class{
width:400px; 
height:300px; 
background-color:#111; 
color:#fff; 
}