JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>

<head>

<link type="text/css" rel="stylesheet" href="style.css"/>

<title>Web prueba</title>

</head>

<body>

<h1>Bienvenidos a mi web</h1>
<p>Blanca Balzola</p>

</body>
</html>

CSS

#lo-que-seria-la-columna {
  width: 310px;
  background-color: white;
}

#anuncios {
  padding-left: 35px;
}