import React from 'react';

export default function Words(props) {
    return <span className="word-text">{props.words}</span>;
}