JSFiddle - React, Tailwind, and code Playground
HTML
<h1>
Test
</h1>
<div id="indholdbar">
Sasdasd
</div>
CSS
@media screen and (min-width: 481px)
{
h1, h2, h3, h4, h5 {font-family:"Calibri Light", sans-serif; text-align:center; margin-right:65px; margin-top:0px; margin-bottom:10px;}
#indholdbar {margin-top:10px; margin-right:5%; margin-left:5%; margin-bottom:15px; border-width:1px; border-style:solid; height:80%; padding:10px; background-color:#FFFAF0; color:black;}
#menu ul {list-style-type: none; padding-top: 130px;}
#menu li {float: left; text-align:center; position:relative; padding:2px;}
}