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