JSFiddle - React, Tailwind, and code Playground
by beebeekei
HTML
<div id="adbox1">
<div id="adtext1">468x60</div>
</div>
CSS
#adbox1 {
font: 8px Silkscreen;
color: white;
text-align: center;
width: 468px;
height: 60px;
float: right;
margin-right: 10px;
margin-top: 22px;
background-color: black;
}