<div>What time is it now? It's 2:50 pm.</div>

<div>What time is it now? It's 2:50&nbsp;pm.</div>
div {
  width: 250px;
  border: 3px solid blue;
}

body {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.